getCopyright

open fun getCopyright(@NonNull context: Context, @Nullable defaultCopyright: String): String

Call this method to get the [copyright] either configured in the BE admin interface or default if not configured. Note : The configured copyright may include the current year

Return

The configured copyright or defaultCopyright

Parameters

context

The application context

defaultCopyright

The default copyright if not configured in the BE admin