C# Class BuildIt.Bot.Client.Impl.iOS.BotClientAppDelegateBase

Inheritance: global::Xamarin.Forms.Platform.iOS.FormsApplicationDelegate, IPushRegistrationService
Datei anzeigen Open project: builttoroam/BuildIt

Public Methods

Method Description
DidReceiveRemoteNotification ( UIApplication application, NSDictionary userInfo, Action completionHandler ) : void

FailedToRegisterForRemoteNotifications ( UIApplication application, NSError error ) : void

RegisteredForRemoteNotifications ( UIApplication application, NSData deviceToken ) : void

Protected Methods

Method Description
BotClientAppDelegateBase ( ) : System

InitNotifications ( EndpointRouteDetails endpointRouteDetails ) : void

Private Methods

Method Description
RegisterForPushNotifications ( string deviceToken ) : System.Threading.Tasks.Task
RegisterForPushNotifications ( ) : void
TryCleaningToastNotificationHistory ( ) : bool

Method Details

BotClientAppDelegateBase() protected method

protected BotClientAppDelegateBase ( ) : System
return System

DidReceiveRemoteNotification() public method

public DidReceiveRemoteNotification ( UIApplication application, NSDictionary userInfo, Action completionHandler ) : void
application UIApplication
userInfo NSDictionary
completionHandler Action
return void

FailedToRegisterForRemoteNotifications() public method

public FailedToRegisterForRemoteNotifications ( UIApplication application, NSError error ) : void
application UIApplication
error NSError
return void

InitNotifications() protected method

protected InitNotifications ( EndpointRouteDetails endpointRouteDetails ) : void
endpointRouteDetails BuildIt.Bot.Client.Models.EndpointRouteDetails
return void

RegisteredForRemoteNotifications() public method

public RegisteredForRemoteNotifications ( UIApplication application, NSData deviceToken ) : void
application UIApplication
deviceToken NSData
return void