| NotificationsRegisterForNotificationsAsync Method |
Registers the current app running on the device for receiving push notifications.
Namespace: Oracle.Cloud.Mobile.NotificationsAssembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic Task RegisterForNotificationsAsync(
string channelUri
)
Public Function RegisterForNotificationsAsync (
channelUri As String
) As Task
public:
Task^ RegisterForNotificationsAsync(
String^ channelUri
)
member RegisterForNotificationsAsync :
channelUri : string -> Task
Parameters
- channelUri
- Type: SystemString
The Windows channel uri to use for push notifications.
Return Value
Type:
TaskAn awaitable object.
See Also