-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
@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); }