- drmInfoRequest
- The Android.Drm.DrmInfoRequest used to acquire the rights.
Documentation for this section has not yet been entered.
Processes a given Android.Drm.DrmInfoRequest and returns the rights information asynchronously.
This is a utility method that consists of an DrmManagerClient.AcquireDrmInfo(DrmInfoRequest) and a DrmManagerClient.ProcessDrmInfo(DrmInfo) method call. This utility method can be used only if the selected DRM plug-in (agent) supports this sequence of calls. Some DRM agents, such as OMA, do not support this utility method, in which case an application must invoke DrmManagerClient.AcquireDrmInfo(DrmInfoRequest) and DrmManagerClient.ProcessDrmInfo(DrmInfo) separately.