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

Inheritance: global::Xamarin.Forms.Platform.iOS.FormsApplicationDelegate, IPushRegistrationService
Afficher le fichier Open project: builttoroam/BuildIt

Méthodes publiques

Méthode Description
DidReceiveRemoteNotification ( UIApplication application, NSDictionary userInfo, Action completionHandler ) : void

FailedToRegisterForRemoteNotifications ( UIApplication application, NSError error ) : void

RegisteredForRemoteNotifications ( UIApplication application, NSData deviceToken ) : void

Méthodes protégées

Méthode Description
BotClientAppDelegateBase ( ) : System

InitNotifications ( EndpointRouteDetails endpointRouteDetails ) : void

Private Methods

Méthode Description
RegisterForPushNotifications ( string deviceToken ) : System.Threading.Tasks.Task
RegisterForPushNotifications ( ) : void
TryCleaningToastNotificationHistory ( ) : bool

Method Details

BotClientAppDelegateBase() protected méthode

protected BotClientAppDelegateBase ( ) : System
Résultat System

DidReceiveRemoteNotification() public méthode

public DidReceiveRemoteNotification ( UIApplication application, NSDictionary userInfo, Action completionHandler ) : void
application UIApplication
userInfo NSDictionary
completionHandler Action
Résultat void

FailedToRegisterForRemoteNotifications() public méthode

public FailedToRegisterForRemoteNotifications ( UIApplication application, NSError error ) : void
application UIApplication
error NSError
Résultat void

InitNotifications() protected méthode

protected InitNotifications ( EndpointRouteDetails endpointRouteDetails ) : void
endpointRouteDetails BuildIt.Bot.Client.Models.EndpointRouteDetails
Résultat void

RegisteredForRemoteNotifications() public méthode

public RegisteredForRemoteNotifications ( UIApplication application, NSData deviceToken ) : void
application UIApplication
deviceToken NSData
Résultat void