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
        }