Skip to content

Commit

Permalink
Facebook activateApp method to Manually log activation events
Browse files Browse the repository at this point in the history
Added facebook4 plugin's activateApp method to manually start capturing events danielsogl#3218
  • Loading branch information
akshaydwivedi29 authored Nov 18, 2019
1 parent 996bf00 commit bed6baf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/@ionic-native/plugins/facebook/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -306,4 +306,13 @@ export class Facebook extends IonicNativePlugin {
getDeferredApplink(): Promise<string> {
return;
}

/**
* Manually log activation events
* @returns {Promise<any>}
*/
@Cordova()
activateApp(): Promise<any> {
return;
}
}

0 comments on commit bed6baf

Please sign in to comment.