setCallRecordProvider abstract method

void setCallRecordProvider(
  1. NERecordProvider? provider
)

Sets the call record provider used to send call records.

When a provider is set, the internal record sending flow is intercepted and the app becomes responsible for sending call records itself. Passing null restores the default internal behavior.

Implementation

void setCallRecordProvider(NERecordProvider? provider);