TelephonySettings class

Settings that allow management of telephony permissions for an Amazon Chime user, such as inbound and outbound calling and text messaging.

Constructors

TelephonySettings({required bool inboundCalling, required bool outboundCalling, required bool sms})
TelephonySettings.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
inboundCalling bool
Allows or denies inbound calling.
final
outboundCalling bool
Allows or denies outbound calling.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sms bool
Allows or denies SMS messaging.
final

Methods

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

Operators

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