get Term Of Use Uri
open fun getTermOfUseUri( @NonNull context: Context, defaultStatus: Boolean, @Nullable defaultUri: Uri): Uri
Content copied to clipboard
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
default Status
The default term of use status if not configured in the BE admin
default Uri
The default term of use uri if not configured in the BE admin