isTermOfUseEnabled

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

Call this method to check whether the term of use is activated or not based on the configured parameter in the BE admin interface or the defaultStatus if not configured.

Return

The configured term of use or defaultStatus

Parameters

context

The application context

defaultStatus

The default term of use if not configured in the BE admin