IOSOptions class

Constructors

IOSOptions(String appName, {String imageName = "", String ringtoneSound = "", int maximumCallGroups = 3, int maximumCallsPerCallGroup = 1, bool supportsVideo = true, bool includesCallsInRecents = true})

Properties

appName String
It will be displayed on system UI when incoming calls received
final
hashCode int
The hash code for this object.
no setterinherited
imageName String
If provided, it will be displayed on system UI during the call
final
includesCallsInRecents bool
If provided, whether or not the application saves calls in users recents call log (Default: true, iOS 11+ only)
final
maximumCallGroups int
If provided, the maximum number of call groups supported by this application (Default: 3)
final
maximumCallsPerCallGroup int
If provided, the maximum number of calls in a single group, used for conferencing (Default: 1, no conferencing)
final
ringtoneSound String
If provided, it will be played when incoming calls received; the system will use the default ringtone if this is not provided
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportsVideo bool
If provided, whether or not the application supports video calling (Default: true)
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