DropBoxManager.Entry.GetText(Int32) Method

Definition

[Android.Runtime.Register("getText", "(I)Ljava/lang/String;", "GetGetText_IHandler")]
public virtual string? GetText (int maxBytes);
[<Android.Runtime.Register("getText", "(I)Ljava/lang/String;", "GetGetText_IHandler")>]
abstract member GetText : int -> string
override this.GetText : int -> string

Parameters

maxBytes
Int32

of string to return (will truncate at this length).

Returns

the uncompressed text contents of the entry, null if the entry is not text.

Attributes

Remarks

Java documentation for android.os.DropBoxManager.Entry.getText(int).

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