ZIMCallInviteConfig class
todo
todo
Constructors
- ZIMCallInviteConfig({int timeout = 90, ZIMCallInvitationMode mode = ZIMCallInvitationMode.unknown, String extendedData = '', bool enableNotReceivedCheck = false, ZIMPushConfig? pushConfig})
- ZIMCallInviteConfig.fromMap(Map map)
Properties
- enableNotReceivedCheck ↔ bool
-
getter/setter pair
- extendedData ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- mode ↔ ZIMCallInvitationMode
-
getter/setter pair
- pushConfig ↔ ZIMPushConfig?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timeout ↔ int
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited