Share via


DrmErrorEvent.TypeNoInternetConnection Field

Definition

An Internet connection is not available and no attempt can be made to renew rights.

[Android.Runtime.Register("TYPE_NO_INTERNET_CONNECTION")]
public const Android.Drm.DrmErrorEventType TypeNoInternetConnection = 2005;
[<Android.Runtime.Register("TYPE_NO_INTERNET_CONNECTION")>]
val mutable TypeNoInternetConnection : Android.Drm.DrmErrorEventType

Field Value

Value = 2005
Attributes

Remarks

An Internet connection is not available and no attempt can be made to renew rights.

Java documentation for android.drm.DrmErrorEvent.TYPE_NO_INTERNET_CONNECTION.

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.

Applies to