Airbridge Interface
Contains every features of SDK.
Note A Class extending AirbridgeInterface becomes isolated SDK instance. It can be used to install multiple Airbridge app.
object AirbridgeGrape: AirbridgeInterface()
object AirbridgeBanana: AirbridgeInterface()
// Each class works independently.
AirbridgeGrape.initializeSDK(...)
AirbridgeBanana.initializeSDK(...)Functions
Allows tracking for the specified AirbridgeTrackingBlocklist item.
Blocks tracking for the specified AirbridgeTrackingBlocklist item.
Clears all device aliases.
Clears all user aliases.
Clears all user attributes.
Clear the user email.
Clear the user ID.
Clear the user phone number.
Creates a tracking-link using airbridge-server that move user to specific page of app and track click-event.
Creates script that initialize web interface to implement web interface manually.
Disables the SDK.
Fetches the Airbridge Generated UUID using the provided callbacks for success and failure.
fetch Amazon Advertising ID info
Fetches the Device UUID using the provided callbacks for success and failure.
fetch Galaxy store install referrer
fetch Google Advertising ID info
fetch Google install referrer
fetch Huawei Advertising ID info
fetch Huawei install referrer
fetch Meta install referrer
Handle deferred deep link and invoke a callback based on the result.
Handles command from web interface to implement web interface manually.
Initializes the SDK with the provided app and option.
Indicates that SDK can track event automatically for each user purchases product through in-app-purchase.
Checks whether the SDK is currently enabled.
Checks whether the SDK is currently enabled for tracking.
check if a push message is uninstall tracking notification
Registers the FCM registration token to track app uninstalls.
Removes the device alias with the given key.
Removes the user alias with the given key.
Removes the user attribute with the given key.
Sets the key, value pair to the device alias.
Sets the key, value pair to the user alias.
Sets the key, value pair to the user attribute.
Sets the user email.
Sets the user phone number.
Enables the Android SDK to automatically pull all events from the web SDK that is installed on the website of the WebView environment.
Starts tracking event automatically for each user purchases product through in-app-purchase.
Start collecting and transferring events.
Stops tracking event automatically for each user purchases product through in-app-purchase.
Stop collecting and transferring events.