You are here

function hook_push_notifications_purge_token in Push Notifications 7

Allows a module to respond to a token being purged.

Parameters

string $token: Token being purged.

int $type_id: Device type id.

1 invocation of hook_push_notifications_purge_token()
push_notifications_purge_token in ./push_notifications.module
Delete a token.

File

./push_notifications.api.php, line 40
Hooks provided by Push Notifications.

Code

function hook_push_notifications_purge_token($token, $type_id) {
}