DrmManagerClient.AcquireDrmInfo(DrmInfoRequest) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves information for registering, unregistering, or acquiring rights.
[Android.Runtime.Register("acquireDrmInfo", "(Landroid/drm/DrmInfoRequest;)Landroid/drm/DrmInfo;", "GetAcquireDrmInfo_Landroid_drm_DrmInfoRequest_Handler")]
public virtual Android.Drm.DrmInfo? AcquireDrmInfo (Android.Drm.DrmInfoRequest? drmInfoRequest);
[<Android.Runtime.Register("acquireDrmInfo", "(Landroid/drm/DrmInfoRequest;)Landroid/drm/DrmInfo;", "GetAcquireDrmInfo_Landroid_drm_DrmInfoRequest_Handler")>]
abstract member AcquireDrmInfo : Android.Drm.DrmInfoRequest -> Android.Drm.DrmInfo
override this.AcquireDrmInfo : Android.Drm.DrmInfoRequest -> Android.Drm.DrmInfo
Parameters
- drmInfoRequest
- DrmInfoRequest
The DrmInfoRequest
that specifies the type of DRM
information being retrieved.
Returns
A DrmInfo
instance.
- Attributes
Remarks
Retrieves information for registering, unregistering, or acquiring rights.
Java documentation for android.drm.DrmManagerClient.acquireDrmInfo(android.drm.DrmInfoRequest)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.