ConfigIOS class

Constructors

ConfigIOS({required bool supportsVideo, required bool includesCallsInRecents, required int maximumCallGroups, required int maximumCallsPerCallGroup, required String iconName, String? ringtonePath, bool avSessionSetActive = true, bool avSessionSetCategory = true, bool avSessionSetMode = true, bool avSessionSetPreferredIOBufferDuration = true, bool avSessionSetPreferredSampleRate = true})

Properties

avSessionSetActive bool
final
avSessionSetCategory bool
final
avSessionSetMode bool
final
avSessionSetPreferredIOBufferDuration bool
final
avSessionSetPreferredSampleRate bool
final
hashCode int
The hash code for this object.
no setterinherited
iconName String
final
includesCallsInRecents bool
final
maximumCallGroups int
final
maximumCallsPerCallGroup int
final
ringtonePath String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportsVideo bool
final

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