Launcher
Manage the visibility of the mobilisten SDK launcher.
Parameter:
- ALWAYS - The launcher will always be displayed.
 - NEVER - The launcher will not be displayed.
 - WHEN_ACTIVE_CHAT - The launcher will be displayed only when there is an ongoing chat.
 
Code
CopiedVisibilityMode {
 ALWAYS,
 NEVER,
 WHEN_ACTIVE_CHAT;
}