Skip to content

Commit

Permalink
fix(CleverTap): Fix for missing methods issue danielsogl#3491
Browse files Browse the repository at this point in the history
  • Loading branch information
darshanclevertap committed Aug 24, 2020
1 parent ca1a92e commit 7012870
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions src/@ionic-native/plugins/clevertap/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -626,42 +626,6 @@ export class CleverTap extends IonicNativePlugin {
return;
}

/****************************
* Notification Inbox methods
****************************/
/**
* Call this method to initialize the App Inbox
*/
@Cordova()
initializeInbox(): Promise<any> {
return;
}

/**
* Call this method to get the count of unread Inbox messages
*/
@Cordova()
getInboxMessageUnreadCount(): Promise<any> {
return;
}

/**
* Call this method to get the count of total Inbox messages
*/
@Cordova()
getInboxMessageCount(): Promise<any> {
return;
}

/**
* Call this method to open the App Inbox
* @param styleConfig : any or empty object
*/
@Cordova()
showInbox(styleConfig: any): Promise<any> {
return;
}

/****************************
* Notification Inbox methods
****************************/
Expand Down

0 comments on commit 7012870

Please sign in to comment.