Language

ColorSequence.GetDelaysMillis Method

Definition

Returns the sequence of delays configured for the effect.

[Android.Runtime.Register("getDelaysMillis", "()[J", "", ApiSince=37)]
public long[] GetDelaysMillis();
[<Android.Runtime.Register("getDelaysMillis", "()[J", "", ApiSince=37)>]
member this.GetDelaysMillis : unit -> int64[]

Returns

Int64[]

Array of delays configured for this effect.

Attributes

Remarks

Returns the sequence of delays configured for the effect. Value is a non-negative duration in milliseconds.

Android reference for android.hardware.lights.ColorSequence.getDelaysMillis.

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