CKConfiguration class

Constructors

CKConfiguration.new({CKSounds sounds = const CKSounds(), Set<CKCapability> capabilities = const {}, Set<CKCallAttributes> attributes = const {}, CKTimer timer = const CKTimer(), bool notifyOnCallEnd = true, Map<CKCallAction, String> icons = const {}})
const

Properties

attributes Set<CKCallAttributes>
final
capabilities Set<CKCapability>
final
hashCode int
The hash code for this object.
no setterinherited
icons Map<CKCallAction, String>
final
notifyOnCallEnd bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sounds CKSounds
final
timer CKTimer
final

Methods

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

Operators

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