ApplicationSettings class

Overall application settings used by the whole app.

Available extensions

Constructors

ApplicationSettings({bool? enablePopups, String? locale, bool? showIntroduction, double? sideBarWidth, List<String> callButtons = const [], bool? showDragAndDropVideosHint = false, bool? showDragAndDropButtonsHint = false, List<String> pinnedActions = const [], CallButtonsPosition? callButtonsPosition = CallButtonsPosition.appBar, bool workWithUsTabEnabled = true, List<String>? muteKeys})

Properties

callButtons List<String>
CallButtons placed in a Dock of an OngoingCall.
getter/setter pair
callButtonsPosition CallButtonsPosition?
CallButtonsPosition of the call buttons in Chat.
getter/setter pair
enablePopups bool?
Indicator whether OngoingCalls are preferred to be displayed in the separate popup windows, or otherwise inside the main application.
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
locale String?
Preferred language to use in the application.
getter/setter pair
muteHotKey HotKey

Available on ApplicationSettings, provided by the MuteHotKeyExtension extension

Constructs a HotKey for mute/unmute from these ApplicationSettings.
no setter
muteKeys List<String>?
String representation of the HotKeys used to mute/unmute OngoingCalls.
getter/setter pair
pinnedActions List<String>
ChatButtons pinned to the MessageFieldView in Chat.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showDragAndDropButtonsHint bool?
Indicator whether a drag and drop buttons hint should be displayed in an OngoingCall.
getter/setter pair
showDragAndDropVideosHint bool?
Indicator whether a drag and drop videos hint should be displayed in an OngoingCall.
getter/setter pair
showIntroduction bool?
Indicator whether an IntroductionView should be displayed upon opening the application.
getter/setter pair
sideBarWidth double?
Width of the HomeView's side bar.
getter/setter pair
workWithUsTabEnabled bool
Indicator whether WorkTabView should be displayed in the CustomNavigationBar of HomeView.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override