licenseErrorHandler property

  1. @JsonKey(includeToJson: false)
(dynamic Function(Status, SdkFeature?, String)?) licenseErrorHandler
getter/setter pair

Callback function to get info about problems with license key or concrete feature that is not available for usage

Implementation

@JsonKey(includeToJson: false)
Function(Status, SdkFeature?, String)? licenseErrorHandler;