|
|
|
|
|
NotifPushSubscribe (Function) In french: NotifPushAbonne Subscribes the current Android application to a topic. The application will automatically receive notifications sent with NotifPushSendSubscriber for the specified topic.
NotifPushSubscribe("score")
Syntax
<Result> = NotifPushSubscribe(<Topic>)
<Result>: Boolean - True if subscribed successfully,
- False otherwise. ErrorInfo is used to identify the error returned by the notification service.
<Topic>: Character string Topic of the notifications to which to subscribe the application. Component: wd300android.jar
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|