INDLicenseFetchCompletedEventArgs
INDLicenseFetchCompletedEventArgs
INDLicenseFetchCompletedEventArgs
INDLicenseFetchCompletedEventArgs
Interface
Definition
Gets custom data from a PlayReady-ND license fetch operation. This custom data is an argument from a PlayReady-ND LicenseFetchCompleted event.
public : interface INDLicenseFetchCompletedEventArgspublic interface INDLicenseFetchCompletedEventArgsPublic Interface INDLicenseFetchCompletedEventArgs// You can use this interface in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
ResponseCustomData ResponseCustomData ResponseCustomData ResponseCustomData
Gets custom data from a license fetch response.
public : INDCustomData ResponseCustomData { get; }public INDCustomData ResponseCustomData { get; }Public ReadOnly Property ResponseCustomData As INDCustomData// You can use this property in JavaScript.
The custom data from the license fetch response.