Class CloudMediaProviderContract
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
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
EXTRA_ALBUM_ID
public static String EXTRA_ALBUM_ID { get; set; }
Property Value
EXTRA_LOOPING_PLAYBACK_ENABLED
public static String EXTRA_LOOPING_PLAYBACK_ENABLED { get; set; }
Property Value
EXTRA_MEDIA_COLLECTION_ID
public static String EXTRA_MEDIA_COLLECTION_ID { get; set; }
Property Value
EXTRA_PAGE_SIZE
public static String EXTRA_PAGE_SIZE { get; set; }
Property Value
EXTRA_PAGE_TOKEN
public static String EXTRA_PAGE_TOKEN { get; set; }
Property Value
EXTRA_PREVIEW_THUMBNAIL
public static String EXTRA_PREVIEW_THUMBNAIL { get; set; }
Property Value
EXTRA_SORT_ORDER
public static String EXTRA_SORT_ORDER { get; set; }
Property Value
EXTRA_SURFACE_CONTROLLER_AUDIO_MUTE_ENABLED
public static String EXTRA_SURFACE_CONTROLLER_AUDIO_MUTE_ENABLED { get; set; }
Property Value
EXTRA_SYNC_GENERATION
public static String EXTRA_SYNC_GENERATION { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
MANAGE_CLOUD_MEDIA_PROVIDERS_PERMISSION
public static String MANAGE_CLOUD_MEDIA_PROVIDERS_PERMISSION { get; set; }
Property Value
MEDIA_CATEGORY_TYPE_PEOPLE_AND_PETS
public static String MEDIA_CATEGORY_TYPE_PEOPLE_AND_PETS { get; set; }
Property Value
PROVIDER_INTERFACE
public static String PROVIDER_INTERFACE { get; set; }
Property Value
SEARCH_SUGGESTION_ALBUM
public static String SEARCH_SUGGESTION_ALBUM { get; set; }
Property Value
SEARCH_SUGGESTION_DATE
public static String SEARCH_SUGGESTION_DATE { get; set; }
Property Value
SEARCH_SUGGESTION_FACE
public static String SEARCH_SUGGESTION_FACE { get; set; }
Property Value
SEARCH_SUGGESTION_LOCATION
public static String SEARCH_SUGGESTION_LOCATION { get; set; }
Property Value
SEARCH_SUGGESTION_TEXT
public static String SEARCH_SUGGESTION_TEXT { get; set; }
Property Value
SORT_ORDER_DESC_DATE_TAKEN
public static int SORT_ORDER_DESC_DATE_TAKEN { get; set; }