Push Notification - Device Token
The Push Notification - Device Token feature in Twinr allows you to retrieve the unique device token needed to send push notifications to a user’s device.
await twinr_push_token_fetch();{
"token": "abc123def456ghi789", // Example device token
"platform": "ios" // or "android"
}Last updated