refactor(lib): run prettier

This commit is contained in:
Daniel Sogl
2020-05-16 14:40:49 +02:00
parent f5133c691d
commit 511a02d50b
326 changed files with 3079 additions and 4092 deletions
+7 -21
View File
@@ -21,7 +21,7 @@ declare var clevertap: any;
plugin: 'clevertap-cordova',
pluginRef: 'CleverTap',
repo: 'https://github.com/CleverTap/clevertap-cordova',
platforms: ['Android', 'iOS']
platforms: ['Android', 'iOS'],
})
@Injectable()
export class CleverTap extends IonicNativePlugin {
@@ -188,10 +188,7 @@ export class CleverTap extends IonicNativePlugin {
* @returns {Promise<any>}
*/
@Cordova()
createNotificationChannelGroup(
groupID: string,
groupName: string
): Promise<any> {
createNotificationChannelGroup(groupID: string, groupName: string): Promise<any> {
return;
}
@@ -246,10 +243,7 @@ export class CleverTap extends IonicNativePlugin {
* @returns {Promise<any>}
*/
@Cordova()
recordEventWithNameAndProps(
eventName: string,
eventProps: any
): Promise<any> {
recordEventWithNameAndProps(eventName: string, eventProps: any): Promise<any> {
return;
}
@@ -260,10 +254,7 @@ export class CleverTap extends IonicNativePlugin {
* @returns {Promise<any>}
*/
@Cordova()
recordChargedEventWithDetailsAndItems(
details: any,
items: any
): Promise<any> {
recordChargedEventWithDetailsAndItems(details: any, items: any): Promise<any> {
return;
}
@@ -569,17 +560,13 @@ export class CleverTap extends IonicNativePlugin {
* @returns {Promise<any>}
*/
@Cordova()
pushInstallReferrer(
source: string,
medium: string,
campaign: string
): Promise<any> {
pushInstallReferrer(source: string, medium: string, campaign: string): Promise<any> {
return;
}
/****************************
* Notification Inbox methods
****************************/
* Notification Inbox methods
****************************/
/**
* Call this method to initialize the App Inbox
*/
@@ -613,7 +600,6 @@ export class CleverTap extends IonicNativePlugin {
return;
}
/*******************
* Developer Options
******************/