is Dedicated Net Fallback Enabled
Content copied to clipboard
Please use isDedicatedNetFallbackEnabled
Call this method to check whether the app must allow fallback if restricted network is not available or not. based on the configured parameter in the BE admin interface or the defaultStatus if not configured.
Return
TRUE if fallback is allowed (when restricted network is not available), FALSE otherwise.
Parameters
context
The application context
default Status
The default fallback is allowed if not configured in the BE admin
open fun isDedicatedNetFallbackEnabled(@NonNull context: Context): Boolean
Content copied to clipboard
Call this method to check whether the app must allow fallback if restricted network is not available or not. based on the configured parameter in the BE admin interface or the default fallback if not configured.
Return
TRUE if fallback is allowed (when restricted network is not available), FALSE otherwise.
Parameters
context
The application context