|
|
|
|
- WLanguage procedure
- Special cases
NotifPushDisable (Function) In french: NotifPushDésactive Disables the management of push notifications for a WINDEV Mobile application (Android or IOS). Syntax
NotifPushDisable([<WLanguage procedure>])
<WLanguage procedure>: Optional procedure name Name of the WLanguage procedure called when the deactivation was performed. Remarks Special cases The device communicates with the Google Cloud Messaging (GCM) notification service by using the following ports: 5228, 5229 and 5230. Make sure that your firewall is configured accordingly. If the Google Cloud Messaging notification service was not contacted during the call to NotifPushDisable (connectivity problem for example), the request for deregistration will be automatically repeated with an increasing time interval (up to 1 hour) until the request is successfully performed or until an error occurred. Therefore, a long time can exist between the call to NotifPushDisable and the call to the procedure passed as parameter.
Business / UI classification: Business Logic Component: wd270android.jar
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|