MediaStore.IsSupportedCloudMediaProviderAuthority Method

Definition

[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

Applies to