Android.Media.MediaDrm.KeyTypeOffline Field
This key request type specifies that the keys will be for offline use, they will be saved to the device for use when the device is not connected to a network.

Value: 2

Syntax

[Android.Runtime.Register("KEY_TYPE_OFFLINE")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaDrmKeyType enum directly instead of this field.")]
public const MediaDrmKeyType KeyTypeOffline

Remarks

This key request type specifies that the keys will be for offline use, they will be saved to the device for use when the device is not connected to a network.

[Android Documentation]

Requirements

Namespace: Android.Media
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 18