delay property

  1. @JsonKey(name: 'delay')
int delay
final

The delay in milliseconds until the licensing call is issued. Default value is 0. Maximum value is 30000 (i.e. 30 seconds).

This is only supported on Android.

Implementation

@JsonKey(name: 'delay')
final int delay;