Share via


MediaDrm.SessionException.IsTransient Property

Definition

Returns true if the SessionException is a transient issue, perhaps due to resource constraints, and that the operation (e.

public bool IsTransient { [Android.Runtime.Register("isTransient", "()Z", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("isTransient", "()Z", "", ApiSince=31)>]
member this.IsTransient : bool

Property Value

Attributes

Remarks

Returns true if the SessionException is a transient issue, perhaps due to resource constraints, and that the operation (e.g. provisioning, generating requests) may succeed on a subsequent attempt.

Java documentation for android.media.MediaDrm.SessionException.isTransient().

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