Difference between revisions of "Event.PUSH REGISTRATION ERROR"

From GiderosMobile
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''Available since:''' Gideros 2011.6<br/>
+
<languages />
'''Value:''' pushRegistrationError<br/>
+
'''<translate>Available since</translate>:''' Gideros 2011.6<br/>
=== Description ===
+
'''<translate>Value</translate>:''' pushRegistrationError<br/>
Event is received when application failed to register for push notifications, after calling `registerForPushNotifications`, which means you should retry later.
+
'''<translate>Defined by</translate>:''' [[Special:MyLanguage/NotificationManager|NotificationManager]]<br/>
 +
=== <translate>Descriptio</translate>n ===
 +
<translate>Event is received when application failed to register for push notifications, after calling ''registerForPushNotifications'', which means you should retry later.
  
There might be different reasons, but most common is that server was unavailable or there was no Internet connection.
+
There might be different reasons, but most common is that server was unavailable or there was no Internet connection.</translate>

Latest revision as of 10:59, 3 September 2018


Available since: Gideros 2011.6
Value: pushRegistrationError
Defined by: NotificationManager

Description

Event is received when application failed to register for push notifications, after calling registerForPushNotifications, which means you should retry later.

There might be different reasons, but most common is that server was unavailable or there was no Internet connection.