AppMetricaDeferredDeeplinkRequestException constructor

AppMetricaDeferredDeeplinkRequestException(
  1. AppMetricaDeferredDeeplinkErrorReason reason,
  2. String description,
  3. String? message
)

Implementation

AppMetricaDeferredDeeplinkRequestException(this.reason, this.description, this.message);