Android.Text.ISpanned.GetSpanFlags Method
Return the flags that were specified when ISpannable.SetSpan(Java.Lang.Object, System.Int32, System.Int32, System.Int32) was used to attach the specified markup object, or 0 if the specified object has not been attached.

Syntax

[Android.Runtime.Register("getSpanFlags", "(Ljava/lang/Object;)I", "GetGetSpanFlags_Ljava_lang_Object_Handler:Android.Text.ISpannedInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
[return:Android.Runtime.GeneratedEnum]
public SpanTypes GetSpanFlags (Java.Lang.Object tag)

Parameters

tag
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Return the flags that were specified when ISpannable.SetSpan(Java.Lang.Object, System.Int32, System.Int32, System.Int32) was used to attach the specified markup object, or 0 if the specified object has not been attached.

[Android Documentation]

Requirements

Namespace: Android.Text
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1