Channel.IsBasicChannel Property

Definition

Returns a boolean telling if this channel is the basic channel.

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

Property Value

true if this channel is a basic channel. false if this channel is a logical channel.

Attributes

Remarks

Returns a boolean telling if this channel is the basic channel.

Java documentation for android.se.omapi.Channel.isBasicChannel().

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