isDedicatedNetFallbackEnabled

open fun isDedicatedNetFallbackEnabled(@NonNull context: Context, defaultStatus: Boolean): Boolean

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

defaultStatus

The default fallback is allowed if not configured in the BE admin


open fun isDedicatedNetFallbackEnabled(@NonNull context: Context): Boolean

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