MtpObjectInfo.Builder.Build Method

Definition

Builds the object info instance.

[Android.Runtime.Register("build", "()Landroid/mtp/MtpObjectInfo;", "GetBuildHandler", ApiSince=24)]
public virtual Android.Mtp.MtpObjectInfo? Build ();
[<Android.Runtime.Register("build", "()Landroid/mtp/MtpObjectInfo;", "GetBuildHandler", ApiSince=24)>]
abstract member Build : unit -> Android.Mtp.MtpObjectInfo
override this.Build : unit -> Android.Mtp.MtpObjectInfo

Returns

the object info of the newly created file, or NULL in case of an error.

Attributes

Remarks

Builds the object info instance. Once called, methods of the builder must not be called anymore.

Java documentation for android.mtp.MtpObjectInfo.Builder.build().

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