SpannedString.NextSpanTransition(Int32, Int32, Class) Method

Definition

Return the first offset greater than start where a markup object of class type begins or ends, or limit if there are no starts or ends greater than start but less than limit.

[Android.Runtime.Register("nextSpanTransition", "(IILjava/lang/Class;)I", "")]
public override int NextSpanTransition (int start, int limit, Java.Lang.Class? kind);
[<Android.Runtime.Register("nextSpanTransition", "(IILjava/lang/Class;)I", "")>]
override this.NextSpanTransition : int * int * Java.Lang.Class -> int

Parameters

start
Int32
limit
Int32
kind
Class

Returns

Implements

Attributes

Remarks

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