We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
registerVoipToken
1 parent bb5485b commit 35a4fe0Copy full SHA for 35a4fe0
README.md
@@ -269,7 +269,8 @@ class MyComponent extends React.Component {
269
});
270
271
// ===== Step 4: register =====
272
- // --- it will be no-op ( no event will be fired ) if you have subscribed before like in native side.
+ // --- it will be no-op if you have subscribed before (like in native side)
273
+ // --- but will fire `register` event if we have latest cahced voip token ( it may be empty if no token at all )
274
VoipPushNotification.registerVoipToken(); // --- register token
275
}
276
0 commit comments