Runtime Toggles
To dynamically enable or disable specific functionalities of the SDK without reinitializing it, use Runtime Toggles, also known as Feature Toggles. Runtime Toggles help you fine-tune your application’s behavior and adapt to changing requirements.
The Mobile App Messaging SDK supports runtime toggles for Analytics features.
To interact with the Runtime Toggles, the SDK provides APIs for each feature to set and get the status of toggled feature. Use this code example to enable and disable analytics for Android apps.
Use this code example to enable and disable analytics for iOS apps.