Details
Details
Call this from both web and native:
const message: SetDeviceToken = {
type: messageToTunnelbrokerTypes.SET_DEVICE_TOKEN,
deviceToken: 'token',
};
await sendMessageToTunnelbroker(JSON.stringify(message));, then logout and check if device token is removed from DDB.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- device-token
- Lint
No Lint Coverage - Unit
No Test Coverage