Jump to: navigation, search

Difference between revisions of "SYSCLS PUSH TOPIC"


 
(One intermediate revision by one other user not shown)
Line 9: Line 9:
 
}}
 
}}
  
Push Topic classification object
+
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 ==
 
{| class="wikitable" width=50%
 
{| class="wikitable" width=50%
Line 17: Line 20:
 
| TOPIC || {{string}} || Push Topic
 
| TOPIC || {{string}} || Push Topic
 
|-
 
|-
| ACTIVE || {{bool}} || Indicates wheater the Push Topic is active or not
+
| ACTIVE || {{bool}} || Indicates whether pushes should be sent for this topic.
 
|}
 
|}
 
== See also ==
 
== See also ==
* [[MROCLS_MRO_SUPERVISOR|Supervisor]]
+
* [[SYSCLS_NATIVE_PUSH_ITEM|Push Item]]
  
  

Latest revision as of 09:53, 10 October 2024

IC CLASSIFICATION.gif Push Topic classification object
Name SYSCLS_PUSH_TOPIC
Inheritance -
Namespace System.Classification.NativePush
ID {411E8B11-E1FE-4530-BF11-FEB3B91385AC}
Purpose Classify an object as Push Topic Object.
Version 4.8.1+

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.

See also