React Native Mobigate SDK plugin for Android
MobigateSDK is a tool for gathering users phone data and events tracking.
Overview
Getting Started
Initialize SDK first
MobigateSDK mobienceInstance = MobigateSDK(MobigateOptions(
"V0K6jhiIfem6CRWHYZ59Nmj3oFBBKbJsnSsWfR2JNq7ktblOUXwbJoBQTpWnw2uSwW76gpiu2kun50jweTY69B"
));
String libraryInitResult = await mobienceInstance.init;
Start gather data
String startResult = await mobienceInstance.startSdk;