docs(onesignal): add a quirk for getTags method

addresses #1100
This commit is contained in:
Ionitron 2017-03-24 08:07:06 -04:00
parent cd5ff68bc1
commit 2fdf61ad5c

View File

@ -379,6 +379,8 @@ export class OneSignal {
/**
* Retrieve a list of tags that have been set on the user from the OneSignal server.
*
* **Quirk**: You must wait for `getTags` to resolve before calling it again, as the plugin will only process the last method call and discard any previous ones.
*
* @returns {Promise<any>} Returns a Promise that resolves when tags are recieved.
*/
@Cordova()