PushNotificationListenerRegisterChannelAndBgTask Method |
Namespace:
Unvired.Kernel.PushNotification
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void RegisterChannelAndBgTask(
PushNotificationChannel channel
)
Public Sub RegisterChannelAndBgTask (
channel As PushNotificationChannel
)
public:
void RegisterChannelAndBgTask(
PushNotificationChannel^ channel
)
member RegisterChannelAndBgTask :
channel : PushNotificationChannel -> unit
Parameters
- channel
- Type: Windows.Networking.PushNotificationsPushNotificationChannel
See Also