Class StorageVolume
public class StorageVolume : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IParcelable
- Inheritance
-
StorageVolume
- Implements
- Inherited Members
- Extension Methods
Constructors
StorageVolume(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 StorageVolume(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CREATOR
public static Parcelable.Creator CREATOR { get; set; }
Property Value
EXTRA_STORAGE_VOLUME
public static String EXTRA_STORAGE_VOLUME { 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
Methods
CreateAccessIntent(String)
[Obsolete("Deprecated in JVM")]
public Intent CreateAccessIntent(String arg0)
Parameters
Returns
CreateOpenDocumentTreeIntent()
public Intent CreateOpenDocumentTreeIntent()
Returns
DescribeContents()
public int DescribeContents()
Returns
GetDescription(Context)
public String GetDescription(Context arg0)
Parameters
Returns
GetDirectory()
public File GetDirectory()
Returns
GetMediaStoreVolumeName()
public String GetMediaStoreVolumeName()
Returns
GetOwner()
public UserHandle GetOwner()
Returns
GetState()
public String GetState()
Returns
GetStorageUuid()
public UUID GetStorageUuid()
Returns
GetUuid()
public String GetUuid()
Returns
IsEmulated()
public bool IsEmulated()
Returns
IsPrimary()
public bool IsPrimary()
Returns
IsRemovable()
public bool IsRemovable()
Returns
WriteToParcel(Parcel, int)
public void WriteToParcel(Parcel arg0, int arg1)