C# Класс BuildIt.Bot.Client.Impl.UWP.BotClientApplicationBase

Наследование: Windows.UI.Xaml.Application, IPushRegistrationService
Показать файл Открыть проект

Открытые методы

Метод Описание
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