Class VibrationAttributes
public class VibrationAttributes : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IParcelable
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<Parcelable>VibrationAttributes
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<Parcelable>.SExecuteWithSignature<TReturn>(IJavaType, string, string, params object[])JVMBridgeBase<Parcelable>.SExecuteWithSignature<TNewClass, TReturn>(string, string, params object[])JVMBridgeBase<Parcelable>.IsAssignableFrom(IJavaType)JVMBridgeBase<Parcelable>.IsAssignableFrom<T>()JVMBridgeBase<Parcelable>.Execute<T>(params T[])JVMBridgeBase<Parcelable>.DynBridgeClazzJVMBridgeBase<Parcelable>.BridgeClazzJVMBridgeBase.RuntimeClassNameOf<T>()JVMBridgeBase.ClassNameOf<T>()JVMBridgeBase.ClassOf<T>()JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)JVMBridgeBase.MonitorEnter()JVMBridgeBase.MonitorExit()JVMBridgeBase.IsInstanceOf(IJavaType)JVMBridgeBase.IsInstanceOf<T>()JVMBridgeBase.RuntimeIsInstanceOf<T>()JVMBridgeBase.CastTo<TNewClass>()JVMBridgeBase.CastDirect<TNewClass>()JVMBridgeBase.Dispose()JVMBridgeBase.ToString()JVMBridgeBase.GetHashCode()JVMBridgeBase.Notify()JVMBridgeBase.NotifyAll()JVMBridgeBase.Wait()JVMBridgeBase.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeListener
- Extension Methods
Constructors
VibrationAttributes()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public VibrationAttributes()
VibrationAttributes(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
public VibrationAttributes(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
CREATOR
public static Parcelable.Creator CREATOR { get; }
Property Value
FLAG_BYPASS_INTERRUPTION_POLICY
public static int FLAG_BYPASS_INTERRUPTION_POLICY { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
USAGE_ACCESSIBILITY
public static int USAGE_ACCESSIBILITY { get; }
Property Value
USAGE_ALARM
public static int USAGE_ALARM { get; }
Property Value
USAGE_CLASS_ALARM
public static int USAGE_CLASS_ALARM { get; }
Property Value
USAGE_CLASS_FEEDBACK
public static int USAGE_CLASS_FEEDBACK { get; }
Property Value
USAGE_CLASS_MASK
public static int USAGE_CLASS_MASK { get; }
Property Value
USAGE_CLASS_MEDIA
public static int USAGE_CLASS_MEDIA { get; }
Property Value
USAGE_CLASS_UNKNOWN
public static int USAGE_CLASS_UNKNOWN { get; }
Property Value
USAGE_COMMUNICATION_REQUEST
public static int USAGE_COMMUNICATION_REQUEST { get; }
Property Value
USAGE_HARDWARE_FEEDBACK
public static int USAGE_HARDWARE_FEEDBACK { get; }
Property Value
USAGE_MEDIA
public static int USAGE_MEDIA { get; }
Property Value
USAGE_NOTIFICATION
public static int USAGE_NOTIFICATION { get; }
Property Value
USAGE_PHYSICAL_EMULATION
https://developer.android.com/reference/android/os/VibrationAttributes.html#USAGE_PHYSICAL_EMULATION
public static int USAGE_PHYSICAL_EMULATION { get; }
Property Value
USAGE_RINGTONE
public static int USAGE_RINGTONE { get; }
Property Value
USAGE_TOUCH
public static int USAGE_TOUCH { get; }
Property Value
USAGE_UNKNOWN
public static int USAGE_UNKNOWN { get; }
Property Value
Methods
CreateForUsage(int)
public static VibrationAttributes CreateForUsage(int arg0)
Parameters
Returns
DescribeContents()
public int DescribeContents()
Returns
GetFlags()
public int GetFlags()
Returns
GetUsage()
public int GetUsage()
Returns
GetUsageClass()
public int GetUsageClass()
Returns
IsFlagSet(int)
public bool IsFlagSet(int arg0)
Parameters
Returns
WriteToParcel(Parcel, int)
public void WriteToParcel(Parcel arg0, int arg1)