mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-01 02:53:03 +08:00
docs(intercom): add deprecated notice for setSecureMode
docs(intercom): add deprecated notice for setSecureMode
This commit is contained in:
commit
54e8b90cdb
@ -60,6 +60,7 @@ export class Intercom extends IonicNativePlugin {
|
||||
* @param secureHash {string}
|
||||
* @param secureData {any}
|
||||
* @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()
|
||||
setSecureMode(secureHash: string, secureData: any): Promise<any> { return; }
|
||||
|
Loading…
Reference in New Issue
Block a user