mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-04-28 22:10:20 +08:00
Update Intercom docs to use setUserHash
This commit is contained in:
parent
954bd876de
commit
7be82a40b5
@ -60,6 +60,7 @@ export class Intercom extends IonicNativePlugin {
|
|||||||
* @param secureHash {string}
|
* @param secureHash {string}
|
||||||
* @param secureData {any}
|
* @param secureData {any}
|
||||||
* @return {Promise<any>} Returns a promise
|
* @return {Promise<any>} Returns a promise
|
||||||
|
* @deprecated Use setUserHash instead as of Intercom Cordova 4.0.0 and higher https://github.com/intercom/intercom-cordova/blob/master/CHANGELOG.md#400-2017-08-29
|
||||||
*/
|
*/
|
||||||
@Cordova()
|
@Cordova()
|
||||||
setSecureMode(secureHash: string, secureData: any): Promise<any> { return; }
|
setSecureMode(secureHash: string, secureData: any): Promise<any> { return; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user