BuildIt.Bot.Client.Impl.Droid.Utilities.GcmService.OnUnRegistered C# (CSharp) Method

OnUnRegistered() protected method

protected OnUnRegistered ( Android.Content.Context context, string registrationId ) : void
context Android.Content.Context
registrationId string
return void
        protected override void OnUnRegistered(Context context, string registrationId)
        {
            //Receive notice that the app no longer wants notifications
        }