Język

FileOperationEnqueueResult.RequestId Property

Definition

Returns the unique ID of the request if the operation was successfully enqueued.

public string? RequestId { [Android.Runtime.Register("getRequestId", "()Ljava/lang/String;", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getRequestId", "()Ljava/lang/String;", "", ApiSince=37)>]
member this.RequestId : string

Property Value

Attributes

Remarks

Returns the unique ID of the request if the operation was successfully enqueued.

This can be used to reference track the status of this request, or (un)register via completion notifications.

Android reference for android.os.storage.operations.FileOperationEnqueueResult.getRequestId.

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