Skip to main content
Version: 6.0.0

DeleteNotification

public BackndReturnObject DeleteNotification();

Description

Turns off the push message setting.
When the push message setting is turned off, push notifications will not arrive even if the BACKND Console uses the push message function.

Example

Synchronous

Backnd.PushNotification.Android.DeleteNotification();

Asynchronous

Backnd.PushNotification.Android.DeleteNotification((callback) => 
{
// Post-process
});

Return cases

Success cases

When the deletion is successful
statusCode : 204