예제 #1
0
        protected override bool OnRecoverableError(Context context, string errorId)
        {
            AndroidPushService.SetRegisterRegistrationId(string.Empty);
            AndroidPushService.SetUnRegisterRegistrationId(string.Empty);

            return(false);
        }
예제 #2
0
 protected override void OnError(Context context, string errorId)
 {
     AndroidPushService.SetRegisterRegistrationId(string.Empty);
     AndroidPushService.SetUnRegisterRegistrationId(string.Empty);
 }
예제 #3
0
 protected override void OnRegistered(Context context, string registrationId)
 {
     AndroidPushService.SetRegisterRegistrationId(registrationId);
 }