getCurrentLanguage

abstract fun getCurrentLanguage(languageCallback: (MPILanguage?) -> Unit)

Returns the current language of the venue.

Return

Unit

Parameters

languageCallback

The callback that contains the current language as an MPILanguage


abstract suspend fun getCurrentLanguage(): MPILanguage

Returns the current language of the venue.

Return

the current language as an MPILanguage