C# Class BuildIt.Bot.Client.Impl.UWP.BotClientApplicationBase

Inheritance: Windows.UI.Xaml.Application, IPushRegistrationService
Afficher le fichier Open project: builttoroam/BuildIt

Méthodes publiques

Méthode Description
BotClientApplicationBase ( EndpointRouteDetails endpointRouteDetails ) : System

Méthodes protégées

Méthode Description
InitNotificationsAsync ( ) : System.Threading.Tasks.Task

OnLaunched ( LaunchActivatedEventArgs args ) : void

Private Methods

Méthode Description
OnPushNotificationReceived ( Windows.Networking.PushNotifications.PushNotificationChannel sender, PushNotificationReceivedEventArgs args ) : void
RegisterForPushNotification ( string deviceToken ) : System.Threading.Tasks.Task
TryCleaningToastNotificationHistory ( ) : bool

Method Details

BotClientApplicationBase() public méthode

public BotClientApplicationBase ( EndpointRouteDetails endpointRouteDetails ) : System
endpointRouteDetails BuildIt.Bot.Client.Models.EndpointRouteDetails
Résultat System

InitNotificationsAsync() protected méthode

protected InitNotificationsAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

OnLaunched() protected méthode

protected OnLaunched ( LaunchActivatedEventArgs args ) : void
args Windows.ApplicationModel.Activation.LaunchActivatedEventArgs
Résultat void