DocumentsProvider
DocumentsProvider()
DocumentsProvider(IntPtr, JniHandleOwnership)
JniPeerMembers
ThresholdClass
ThresholdType
CopyDocument(String, String)
CreateDocument(String, String, String)
CreateWebLinkIntent(String, Bundle)
Delete(Uri, String, String[])
DeleteDocument(String)
EjectRoot(String)
FindDocumentPath(String, String)
GetDocumentMetadata(String)
GetDocumentStreamTypes(String, String)
GetDocumentType(String)
GetType(Uri)
GetTypeAnonymous(Uri)
Insert(Uri, ContentValues)
IsChildDocument(String, String)
MoveDocument(String, String, String)
OpenAssetFile(Uri, String)
OpenAssetFile(Uri, String, CancellationSignal)
OpenDocument(String, String, CancellationSignal)
OpenDocumentThumbnail(String, Point, CancellationSignal)
OpenFile(Uri, String)
OpenFile(Uri, String, CancellationSignal)
OpenTypedAssetFile(Uri, String, Bundle)
OpenTypedAssetFile(Uri, String, Bundle, CancellationSignal)
OpenTypedDocument(String, String, Bundle, CancellationSignal)
Query(Uri, String[], Bundle, CancellationSignal)
Query(Uri, String[], String, String[], String)
QueryChildDocuments(String, String[], Bundle)
QueryChildDocuments(String, String[], String)
QueryDocument(String, String[])
QueryRecentDocuments(String, String[])
QueryRecentDocuments(String, String[], Bundle, CancellationSignal)
QueryRoots(String[])
QuerySearchDocuments(String, String, String[])
QuerySearchDocuments(String, String[], Bundle)
RemoveDocument(String, String)
RenameDocument(String, String)
RevokeDocumentPermission(String)
Update(Uri, ContentValues, String, String[])
monoandroid
namespace Android.Provider
{
[Register("android/provider/DocumentsProvider", DoNotGenerateAcw = true)]
public abstract class DocumentsProvider : ContentProvider
{
[Register("removeDocument", "(Ljava/lang/String;Ljava/lang/String;)V", "GetRemoveDocument_Ljava_lang_String_Ljava_lang_String_Handler", ApiSince = 24)]
public virtual void RemoveDocument(string? documentId, string? parentDocumentId);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API