ZIMCallRejectionSentResult class

Supported version: 2.0.0.

Detail description: Operation callback for rejecting the call invitation.

Business scenario: After the operation of rejecting the call invitation is performed, the success or failure can be known through this callback.

Notification timing: The result is returned after the operation of rejecting the call invitation is completed.

Related interface: callReject, rejects the call invitation.

Constructors

ZIMCallRejectionSentResult({required String callID})

Properties

callID String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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