getTermOfUseUri

open fun getTermOfUseUri(    @NonNull context: Context,     defaultStatus: Boolean,     @Nullable defaultUri: Uri): Uri

Call this method to get the term of use URI based on the configured parameter in the BE admin interface or the defaultStatus if not configured. Note : The uri can be a link, html file or a pdf file

Return

The configured term of use uri or defaultUri

Parameters

context

The application context

defaultStatus

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

defaultUri

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