Język

MultiLightEffect.IsPreemptive Property

Definition

Returns whether this effect will cancel any previously playing effect.

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

Property Value

true if this effect applies immediately, false otherwise.

Attributes

Remarks

Returns whether this effect will cancel any previously playing effect.

Android reference for android.hardware.lights.MultiLightEffect.isPreemptive.

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