feat(facebook): add activateApp function (#3234)
Added facebook4 plugin's activateApp method to manually start capturing events #3218
This commit is contained in:
parent
499cc5c075
commit
3440dca70f
@ -306,4 +306,13 @@ export class Facebook extends IonicNativePlugin {
|
|||||||
getDeferredApplink(): Promise<string> {
|
getDeferredApplink(): Promise<string> {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Manually log activation events
|
||||||
|
* @returns {Promise<any>}
|
||||||
|
*/
|
||||||
|
@Cordova()
|
||||||
|
activateApp(): Promise<any> {
|
||||||
|
return;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user