Language

FileManager.ExtraResult Field

Definition

Extra for #ACTION_FILE_OPERATION_COMPLETED: The result (android.os.storage.operations.FileOperationResult).

[Android.Runtime.Register("EXTRA_RESULT", ApiSince=37)]
public const string ExtraResult;
[<Android.Runtime.Register("EXTRA_RESULT", ApiSince=37)>]
val mutable ExtraResult : string

Field Value

Attributes

Remarks

Extra for ACTION_FILE_OPERATION_COMPLETED: The result (FileOperationResult).

This parcelable object contains detailed information about the final state of the operation.

Android reference for android.os.storage.FileManager.EXTRA_RESULT.

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