mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-03 07:56:20 +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 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…
Reference in New Issue
Block a user