File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed
src/@ionic-native/plugins/intercom Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -214,4 +214,35 @@ export class Intercom extends IonicNativePlugin {
214
214
sendPushTokenToIntercom ( token : string ) : Promise < any > {
215
215
return ;
216
216
}
217
+
218
+ /**
219
+ *
220
+ * @param carouselId {string}
221
+ * @return {Promise<any> } Returns a promise
222
+ */
223
+ @Cordova ( )
224
+ displayCarousel ( carouselId : string ) : Promise < any > {
225
+ return ;
226
+ }
227
+
228
+ /**
229
+ *
230
+ * @param articleId {string}
231
+ * @return {Promise<any> } Returns a promise
232
+ */
233
+ @Cordova ( )
234
+ displayArticle ( articleId : string ) : Promise < any > {
235
+ return ;
236
+ }
237
+
238
+ /**
239
+ *
240
+ * @param bottomPadding {string | number}
241
+ * @return {Promise<any> } Returns a promise
242
+ */
243
+ @Cordova ( )
244
+ setBottomPadding ( bottomPadding : string | number ) : Promise < any > {
245
+ return ;
246
+ }
247
+
217
248
}
You can’t perform that action at this time.
0 commit comments