Meiqia SDKs open a native conversation screen inside your app, with push notifications, media messages and identity passing from your login system.
Integration steps
Add the dependency, initialize with your workspace key, then open the conversation screen from any entry point.
- Add SDK dependency
- Init with workspace key
- Open conversation screen
Identity and fields
After login, pass your user identifier and custom fields so agents see membership and context.
- Pass user identifier
- Sync tier and order fields
- Clear identity on logout
FAQ
How much does the SDK add to app size?
Usually a few MB depending on platform and modules; optional modules can be trimmed.
Does it survive obfuscation?
Yes, as long as you keep the documented keep rules.