mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 16:52:53 +08:00
docs(onesignal): fix docs
This commit is contained in:
parent
bbf75bcbd7
commit
d9d89341d2
@ -382,7 +382,7 @@ export class OneSignal {
|
|||||||
* Lets you retrieve the OneSignal user id and device token.
|
* Lets you retrieve the OneSignal user id and device token.
|
||||||
* Your handler is called after the device is successfully registered with OneSignal.
|
* Your handler is called after the device is successfully registered with OneSignal.
|
||||||
*
|
*
|
||||||
* @returns {Promise<{userId: string; pushToken: string}>} Returns a Promise that reolves if the device was successfully registered.
|
* @returns {Promise<Object>} Returns a Promise that resolves if the device was successfully registered.
|
||||||
*
|
*
|
||||||
* userId {string} OneSignal userId is a UUID formatted string. (unique per device per app)
|
* userId {string} OneSignal userId is a UUID formatted string. (unique per device per app)
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user