Daniel Passos
updated
an issue
AeroGear Android
/
AGDROID-475
Consume InstanceID token refresh messages
Change By:
Daniel Passos
{code}
@Override
public void onTokenRefresh() {
// Fetch updated Instance ID token and notify our app's server of any changes (if applicable).
Intent intent = new Intent(this, RegistrationIntentService.class);
startService(intent);
}
{code}
Add Comment
This message was sent by Atlassian JIRA
(v6.4.11#64026-
sha1:78f6ec4
)