toggle menu
BlueConic Android SDK
5.2.6
switch theme
search in API
BlueConic Android SDK
/
com.blueconic.impl.util
/
EnumUtil
/
toString
to
String
fun
<
E
:
Enum
<
E
>
?
>
toString
(
obj
:
E
?
)
:
String
?
Returns the name or null.
Return
a string with the name or null.
Parameters
obj
the enum instance
the enum type