FileManager.ActionFileOperationCompleted Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Broadcast Action: Sent when a file operation has completed.
[Android.Runtime.Register("ACTION_FILE_OPERATION_COMPLETED", ApiSince=37)]
public const string ActionFileOperationCompleted;
[<Android.Runtime.Register("ACTION_FILE_OPERATION_COMPLETED", ApiSince=37)>]
val mutable ActionFileOperationCompleted : string
Field Value
- Attributes
Remarks
Broadcast Action: Sent when a file operation has completed.
This broadcast is sent explicitly to the package that initiated the request and registered for notifications via registerCompletionListener(String).
The intent will contain the following extras: EXTRA_REQUEST_ID - The unique ID of the request that completed; EXTRA_RESULT - The final FileOperationResult of the operation, including status (FINISHED/FAILED), items processed, and any error messages.
Android reference for android.os.storage.FileManager.ACTION_FILE_OPERATION_COMPLETED.
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.