requireLicensed property
Specifies whether the caller must have received the [LICENSED
verdict](https://developer.android.com/google/play/integrity/verdicts#account-details-field).
For additional details about scenarios where your users will receive this
LICENSED
label, see
the default responses table.
If set to true
, apps without the LICENSED
app licensing verdict will
be rejected. If set to false
, any app licensing verdict is allowed. The
default value is false
.
Implementation
core.bool? requireLicensed;