CXProviderConfiguration class

Constructors

CXProviderConfiguration({required String localizedName, bool? supportsVideo, int? maximumCallsPerCallGroup, int? maximumCallGroups, List<CXHandleType>? supportedHandleTypes, String? iconTemplateImageName})

Properties

hashCode int
The hash code for this object.
no setterinherited
iconTemplateImageName_ String?
Image should be a square with side length of 40 points
getter/setter pair
localizedName String
Localized name of the provider
getter/setter pair
maximumCallGroups_ int?
Default 2
getter/setter pair
maximumCallsPerCallGroup_ int?
Default 5
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportedHandleTypes_ List<CXHandleType>?
Numbers are of type CXHandleType
getter/setter pair
supportsVideo_ bool?
Default NO
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.
inherited