isLogoutEnabled

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

Call this method to check if the [logout] feature is enabled or not based on the configured parameter in the BE admin interface or the defaultStatus if not configured.

Return

The configured logout or defaultStatus

Parameters

context

The application context

defaultStatus

The default status of logout