MediaDrm.KeyRequest.RequestTypeRenewal Field
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.
Key request type is license renewal.
[Android.Runtime.Register("REQUEST_TYPE_RENEWAL", ApiSince=23)]
public const int RequestTypeRenewal = 1;
[<Android.Runtime.Register("REQUEST_TYPE_RENEWAL", ApiSince=23)>]
val mutable RequestTypeRenewal : int
Field Value
Value = 1- Attributes
Remarks
Key request type is license renewal. A license request is necessary to prevent the keys from expiring.
Java documentation for android.media.MediaDrm.KeyRequest.REQUEST_TYPE_RENEWAL
.
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.