DrmInfoEvent.TypeAccountAlreadyRegistered 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.
The registration has already been done for the given account.
[Android.Runtime.Register("TYPE_ACCOUNT_ALREADY_REGISTERED")]
public const Android.Drm.DrmInfoEventType TypeAccountAlreadyRegistered = 5;
[<Android.Runtime.Register("TYPE_ACCOUNT_ALREADY_REGISTERED")>]
val mutable TypeAccountAlreadyRegistered : Android.Drm.DrmInfoEventType
Field Value
Value = 5- Attributes
Remarks
The registration has already been done for the given account.
Java documentation for android.drm.DrmInfoEvent.TYPE_ACCOUNT_ALREADY_REGISTERED
.
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.