function hook_push_notifications_post_store_token in Push Notifications 7
Allows a module to use the newly created record after a token was stored in the database.
Parameters
object $token_record Database record containing the token.:
1 invocation of hook_push_notifications_post_store_token()
- push_notifications_store_token in ./
push_notifications.module - Store a token in the database. Removes all spaces in the token.
File
- ./
push_notifications.api.php, line 51 - Hooks provided by Push Notifications.
Code
function hook_push_notifications_post_store_token($token_record) {
}