C# Class Framework.Notification.PushNotificationProvider

Inheritance: IPushNotificationProvider
ファイルを表示 Open project: xepher/uwp-wxbus

Public Methods

Method Description
RegisterRawPushChannel ( string channelName = "RawPushChannel" ) : void
RegisterTilePushChannel ( string channelName = "TilePushChannel" ) : void
RegisterToastPushChannel ( string channelName = "ToastPushChannel" ) : void

Method Details

RegisterRawPushChannel() public method

public RegisterRawPushChannel ( string channelName = "RawPushChannel" ) : void
channelName string
return void

RegisterTilePushChannel() public method

public RegisterTilePushChannel ( string channelName = "TilePushChannel" ) : void
channelName string
return void

RegisterToastPushChannel() public method

public RegisterToastPushChannel ( string channelName = "ToastPushChannel" ) : void
channelName string
return void