Click or drag to resize
NotificationsRegisterForNotificationsAsync Method
Registers the current app running on the device for receiving push notifications.

Namespace: Oracle.Cloud.Mobile.Notifications
Assembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntax
public Task RegisterForNotificationsAsync(
	string channelUri
)

Parameters

channelUri
Type: SystemString
The Windows channel uri to use for push notifications.

Return Value

Type: Task
An awaitable object.
See Also