Difference between revisions of "SYSCLS PUSH TOPIC"
(Created page with "{{ClassificationInfoBox | title = Push Topic classification object | name = {{PAGENAMEE}} | inheritance = - | namespace =System.Classification.NativePush | purpose = Classify...") |
|||
| (3 intermediate revisions by one other user not shown) | |||
| Line 4: | Line 4: | ||
| inheritance = - | | inheritance = - | ||
| namespace =System.Classification.NativePush | | namespace =System.Classification.NativePush | ||
| − | | purpose = Classify | + | | purpose = Classify an object as Push Topic Object. |
| version = 4.8.1+ | | version = 4.8.1+ | ||
| id = {411E8B11-E1FE-4530-BF11-FEB3B91385AC} | | id = {411E8B11-E1FE-4530-BF11-FEB3B91385AC} | ||
}} | }} | ||
| + | An object classified by the Push Topic classification is considered as Native Push Topic. | ||
| + | Based on the publish/subscribe model,Topic Messaging allows you to share a message across multiple devices that have a specific topic enabled. | ||
| + | The system takes care of routing and reliably delivering the message to the right devices if a composed messages on topics is sent. | ||
== MetaProperties == | == MetaProperties == | ||
| Line 17: | Line 20: | ||
| TOPIC || {{string}} || Push Topic | | TOPIC || {{string}} || Push Topic | ||
|- | |- | ||
| − | | ACTIVE || {{bool}} || Indicates | + | | ACTIVE || {{bool}} || Indicates whether pushes should be sent for this topic. |
|} | |} | ||
== See also == | == See also == | ||
| − | * [[ | + | * [[SYSCLS_NATIVE_PUSH_ITEM|Push Item]] |
{{Category/Version|4.8.1}} | {{Category/Version|4.8.1}} | ||
| + | |||
| + | [[Category:4.8.1|SYSCLS PUSH TOPIC]] | ||
Latest revision as of 09:53, 10 October 2024
An object classified by the Push Topic classification is considered as Native Push Topic. Based on the publish/subscribe model,Topic Messaging allows you to share a message across multiple devices that have a specific topic enabled. The system takes care of routing and reliably delivering the message to the right devices if a composed messages on topics is sent.
MetaProperties
| Name | Data type | Comment |
|---|---|---|
| TOPIC | String | Push Topic |
| ACTIVE | Bool | Indicates whether pushes should be sent for this topic. |
