EasyEditSpan Constructors

Definition

Overloads

EasyEditSpan()

Creates the span.

EasyEditSpan(PendingIntent)

Creates the span.

EasyEditSpan(Parcel)

Constructor called from TextUtils to restore the span.

EasyEditSpan(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

EasyEditSpan()

Creates the span.

[Android.Runtime.Register(".ctor", "()V", "")]
public EasyEditSpan ();
Attributes

Remarks

Creates the span. No intent is sent when the wrapped text is modified or deleted.

Java documentation for android.text.style.EasyEditSpan.EasyEditSpan().

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

EasyEditSpan(PendingIntent)

Creates the span.

[Android.Runtime.Register(".ctor", "(Landroid/app/PendingIntent;)V", "")]
public EasyEditSpan (Android.App.PendingIntent? pendingIntent);
[<Android.Runtime.Register(".ctor", "(Landroid/app/PendingIntent;)V", "")>]
new Android.Text.Style.EasyEditSpan : Android.App.PendingIntent -> Android.Text.Style.EasyEditSpan

Parameters

pendingIntent
PendingIntent

The intent will be sent when the wrapped text is deleted or modified. When the pending intent is sent, #EXTRA_TEXT_CHANGED_TYPE is added in the intent to describe how the text changed.

Attributes

Remarks

Java documentation for android.text.style.EasyEditSpan.EasyEditSpan(android.app.PendingIntent).

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

EasyEditSpan(Parcel)

Constructor called from TextUtils to restore the span.

[Android.Runtime.Register(".ctor", "(Landroid/os/Parcel;)V", "")]
public EasyEditSpan (Android.OS.Parcel source);
[<Android.Runtime.Register(".ctor", "(Landroid/os/Parcel;)V", "")>]
new Android.Text.Style.EasyEditSpan : Android.OS.Parcel -> Android.Text.Style.EasyEditSpan

Parameters

source
Parcel
Attributes

Remarks

Constructor called from TextUtils to restore the span.

Java documentation for android.text.style.EasyEditSpan.EasyEditSpan(android.os.Parcel).

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

EasyEditSpan(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

protected EasyEditSpan (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Text.Style.EasyEditSpan : nativeint * Android.Runtime.JniHandleOwnership -> Android.Text.Style.EasyEditSpan

Parameters

javaReference
IntPtr

nativeint

A IntPtrcontaining a Java Native Interface (JNI) object reference.

transfer
JniHandleOwnership

A JniHandleOwnershipindicating how to handle javaReference

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