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

Inheritance: Windows.UI.Xaml.Application, IPushRegistrationService
Datei anzeigen Open project: builttoroam/BuildIt

Public Methods

Method Description
BotClientApplicationBase ( EndpointRouteDetails endpointRouteDetails ) : System

Protected Methods

Method Description
InitNotificationsAsync ( ) : System.Threading.Tasks.Task

OnLaunched ( LaunchActivatedEventArgs args ) : void

Private Methods

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

Method Details

BotClientApplicationBase() public method

public BotClientApplicationBase ( EndpointRouteDetails endpointRouteDetails ) : System
endpointRouteDetails BuildIt.Bot.Client.Models.EndpointRouteDetails
return System

InitNotificationsAsync() protected method

protected InitNotificationsAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

OnLaunched() protected method

protected OnLaunched ( LaunchActivatedEventArgs args ) : void
args Windows.ApplicationModel.Activation.LaunchActivatedEventArgs
return void