MediaStore.IsSupportedCloudMediaProviderAuthority Method
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.
[Android.Runtime.Register("isSupportedCloudMediaProviderAuthority", "(Landroid/content/ContentResolver;Ljava/lang/String;)Z", "", ApiSince=33)]
public static bool IsSupportedCloudMediaProviderAuthority (Android.Content.ContentResolver resolver, string authority);
[<Android.Runtime.Register("isSupportedCloudMediaProviderAuthority", "(Landroid/content/ContentResolver;Ljava/lang/String;)Z", "", ApiSince=33)>]
static member IsSupportedCloudMediaProviderAuthority : Android.Content.ContentResolver * string -> bool
Parameters
- resolver
- ContentResolver
- authority
- String
Returns
- Attributes