تاریخ آخرین بهروزرسانی 2025-01-08 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","easyToUnderstand","thumb-up"],["مشکلم را برطرف کرد","solvedMyProblem","thumb-up"],["غیره","otherUp","thumb-up"]],[["اطلاعاتی که نیاز دارم وجود ندارد","missingTheInformationINeed","thumb-down"],["بیشازحد پیچیده/ مراحل بسیار زیاد","tooComplicatedTooManySteps","thumb-down"],["قدیمی","outOfDate","thumb-down"],["مشکل ترجمه","translationIssue","thumb-down"],["مشکل کد / نمونهها","samplesCodeIssue","thumb-down"],["غیره","otherDown","thumb-down"]],["تاریخ آخرین بهروزرسانی 2025-01-08 بهوقت ساعت هماهنگ جهانی."],[[["A Channel is a notification system used to monitor resource changes, delivering updates to a specified address."],["Channels are configured with parameters like `id`, `type`, `address`, and `payload`, enabling customized notification delivery."],["The `stop` method can be used to halt resource monitoring through a specific channel."],["Channel information is structured in JSON format, including details like resource ID, URI, token, and expiration."]]],["A notification channel (`Channel`) monitors resource changes. It's represented in JSON with fields like `id` (unique identifier), `resourceId` (resource ID being watched), `resourceUri` (version-specific resource ID), `type` (delivery mechanism, e.g., \"web_hook\"), and `address` (notification destination). Optional fields include `payload` (indicates payload requirement), `token` (arbitrary string for notifications), `expiration` (channel's expiration time), and `params` (extra delivery parameters). The `stop` method terminates resource monitoring.\n"]]