MediaRouter2.RoutingController.IsReleased Property

Definition

Returns true if this controller is released, false otherwise.

public virtual bool IsReleased { [Android.Runtime.Register("isReleased", "()Z", "GetIsReleasedHandler", ApiSince=30)] get; }
[<get: Android.Runtime.Register("isReleased", "()Z", "GetIsReleasedHandler", ApiSince=30)>]
member this.IsReleased : bool

Property Value

Attributes

Remarks

Returns true if this controller is released, false otherwise. If it is released, then all other getters from this instance may return invalid values. Also, any operations to this instance will be ignored once released.

Java documentation for android.media.MediaRouter2.RoutingController.isReleased().

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