NERecordProvider class abstract

Provider interface for custom call record sending.

When a NERecordProvider is set via NECallEngine.setCallRecordProvider, the SDK will no longer automatically send call records and will instead invoke onRecordSend.

Constructors

NERecordProvider()

Properties

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
onRecordSend(NERecordConfig config) → void
Called when a call record needs to be sent.
toString() String
A string representation of this object.
inherited

Operators

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