C# 클래스 BuildIt.Bot.Client.Impl.UWP.BotClientApplicationBase

상속: Windows.UI.Xaml.Application, IPushRegistrationService
파일 보기 프로젝트 열기: builttoroam/BuildIt

공개 메소드들

메소드 설명
BotClientApplicationBase ( EndpointRouteDetails endpointRouteDetails ) : System

보호된 메소드들

메소드 설명
InitNotificationsAsync ( ) : System.Threading.Tasks.Task

OnLaunched ( LaunchActivatedEventArgs args ) : void

비공개 메소드들

메소드 설명
OnPushNotificationReceived ( Windows.Networking.PushNotifications.PushNotificationChannel sender, PushNotificationReceivedEventArgs args ) : void
RegisterForPushNotification ( string deviceToken ) : System.Threading.Tasks.Task
TryCleaningToastNotificationHistory ( ) : bool

메소드 상세

BotClientApplicationBase() 공개 메소드

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

InitNotificationsAsync() 보호된 메소드

protected InitNotificationsAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

OnLaunched() 보호된 메소드

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