BuildIt.Bot.Client.Impl.Droid.Utilities.GcmService.OnUnRegistered C# (CSharp) Метод

OnUnRegistered() защищенный Метод

protected OnUnRegistered ( Android.Content.Context context, string registrationId ) : void
context Android.Content.Context
registrationId string
Результат void
        protected override void OnUnRegistered(Context context, string registrationId)
        {
            //Receive notice that the app no longer wants notifications
        }