mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-04 00:13:06 +08:00
feat(intercom): add displaySurvey (#4292)
This commit is contained in:
parent
620385befc
commit
ebdd6e9796
@ -246,4 +246,14 @@ export class Intercom extends AwesomeCordovaNativePlugin {
|
|||||||
setBottomPadding(bottomPadding: string | number): Promise<any> {
|
setBottomPadding(bottomPadding: string | number): Promise<any> {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Programmatically display a Survey
|
||||||
|
* @param surveyId {string}
|
||||||
|
* @returns {Promise<any>} Returns a promise
|
||||||
|
*/
|
||||||
|
@Cordova()
|
||||||
|
displaySurvey(surveyId: string): Promise<any> {
|
||||||
|
return;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user