| NotificationsDeregisterForNotificationsAsync Method |
De-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 DeregisterForNotificationsAsync(
string channelUri
)
Public Function DeregisterForNotificationsAsync (
channelUri As String
) As Task
public:
Task^ DeregisterForNotificationsAsync(
String^ channelUri
)
member DeregisterForNotificationsAsync :
channelUri : string -> Task
Parameters
- channelUri
- Type: SystemString
The Windows channel uri to use for push notifications.
Return Value
Type:
TaskAn awaitable object.
See Also