Table of Contents

Class CloudMediaProviderContract

Namespace
Android.Provider
Assembly
MASES.Netdroid.dll
public class CloudMediaProviderContract : JVMBridgeBase<CloudMediaProviderContract>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
CloudMediaProviderContract
Implements
Extension Methods

Constructors

CloudMediaProviderContract(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public CloudMediaProviderContract(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

EXTRA_ALBUM_ID

public static String EXTRA_ALBUM_ID { get; set; }

Property Value

String

EXTRA_LOOPING_PLAYBACK_ENABLED

public static String EXTRA_LOOPING_PLAYBACK_ENABLED { get; set; }

Property Value

String

EXTRA_MEDIA_COLLECTION_ID

public static String EXTRA_MEDIA_COLLECTION_ID { get; set; }

Property Value

String

EXTRA_PAGE_SIZE

public static String EXTRA_PAGE_SIZE { get; set; }

Property Value

String

EXTRA_PAGE_TOKEN

public static String EXTRA_PAGE_TOKEN { get; set; }

Property Value

String

EXTRA_PREVIEW_THUMBNAIL

public static String EXTRA_PREVIEW_THUMBNAIL { get; set; }

Property Value

String

EXTRA_SORT_ORDER

public static String EXTRA_SORT_ORDER { get; set; }

Property Value

String

EXTRA_SURFACE_CONTROLLER_AUDIO_MUTE_ENABLED

public static String EXTRA_SURFACE_CONTROLLER_AUDIO_MUTE_ENABLED { get; set; }

Property Value

String

EXTRA_SYNC_GENERATION

public static String EXTRA_SYNC_GENERATION { get; set; }

Property Value

String

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

MANAGE_CLOUD_MEDIA_PROVIDERS_PERMISSION

public static String MANAGE_CLOUD_MEDIA_PROVIDERS_PERMISSION { get; set; }

Property Value

String

MEDIA_CATEGORY_TYPE_PEOPLE_AND_PETS

public static String MEDIA_CATEGORY_TYPE_PEOPLE_AND_PETS { get; set; }

Property Value

String

PROVIDER_INTERFACE

public static String PROVIDER_INTERFACE { get; set; }

Property Value

String

SEARCH_SUGGESTION_ALBUM

public static String SEARCH_SUGGESTION_ALBUM { get; set; }

Property Value

String

SEARCH_SUGGESTION_DATE

public static String SEARCH_SUGGESTION_DATE { get; set; }

Property Value

String

SEARCH_SUGGESTION_FACE

public static String SEARCH_SUGGESTION_FACE { get; set; }

Property Value

String

SEARCH_SUGGESTION_LOCATION

public static String SEARCH_SUGGESTION_LOCATION { get; set; }

Property Value

String

SEARCH_SUGGESTION_TEXT

public static String SEARCH_SUGGESTION_TEXT { get; set; }

Property Value

String

SORT_ORDER_DESC_DATE_TAKEN

public static int SORT_ORDER_DESC_DATE_TAKEN { get; set; }

Property Value

int