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

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

protected OnError ( Android.Content.Context context, string errorId ) : void
context Android.Content.Context
errorId string
Результат void
        protected override void OnError(Context context, string errorId)
        {
            MessagingCenter.Send(this, Constants.FailureSubscriptionMsg, new Exception(errorId));
            //Some more serious error happened
        }