Table of Contents

Class VibrationAttributes

Namespace
Android.Os
Assembly
MASES.Netdroid.dll
public class VibrationAttributes : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IParcelable
Inheritance
VibrationAttributes
Implements
Inherited Members
Extension Methods

Constructors

VibrationAttributes(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 VibrationAttributes(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CREATOR

public static Parcelable.Creator CREATOR { get; set; }

Property Value

Parcelable.Creator

FLAG_BYPASS_INTERRUPTION_POLICY

public static int FLAG_BYPASS_INTERRUPTION_POLICY { get; set; }

Property Value

int

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

USAGE_ACCESSIBILITY

public static int USAGE_ACCESSIBILITY { get; set; }

Property Value

int

USAGE_ALARM

public static int USAGE_ALARM { get; set; }

Property Value

int

USAGE_CLASS_ALARM

public static int USAGE_CLASS_ALARM { get; set; }

Property Value

int

USAGE_CLASS_FEEDBACK

public static int USAGE_CLASS_FEEDBACK { get; set; }

Property Value

int

USAGE_CLASS_MASK

public static int USAGE_CLASS_MASK { get; set; }

Property Value

int

USAGE_CLASS_MEDIA

public static int USAGE_CLASS_MEDIA { get; set; }

Property Value

int

USAGE_CLASS_UNKNOWN

public static int USAGE_CLASS_UNKNOWN { get; set; }

Property Value

int

USAGE_COMMUNICATION_REQUEST

public static int USAGE_COMMUNICATION_REQUEST { get; set; }

Property Value

int

USAGE_HARDWARE_FEEDBACK

public static int USAGE_HARDWARE_FEEDBACK { get; set; }

Property Value

int

USAGE_MEDIA

public static int USAGE_MEDIA { get; set; }

Property Value

int

USAGE_NOTIFICATION

public static int USAGE_NOTIFICATION { get; set; }

Property Value

int

USAGE_PHYSICAL_EMULATION

public static int USAGE_PHYSICAL_EMULATION { get; set; }

Property Value

int

USAGE_RINGTONE

public static int USAGE_RINGTONE { get; set; }

Property Value

int

USAGE_TOUCH

public static int USAGE_TOUCH { get; set; }

Property Value

int

USAGE_UNKNOWN

public static int USAGE_UNKNOWN { get; set; }

Property Value

int

Methods

CreateForUsage(int)

public static VibrationAttributes CreateForUsage(int arg0)

Parameters

arg0 int

int

Returns

VibrationAttributes

VibrationAttributes

DescribeContents()

public int DescribeContents()

Returns

int

int

GetFlags()

public int GetFlags()

Returns

int

int

GetUsage()

public int GetUsage()

Returns

int

int

GetUsageClass()

public int GetUsageClass()

Returns

int

int

IsFlagSet(int)

public bool IsFlagSet(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

WriteToParcel(Parcel, int)

public void WriteToParcel(Parcel arg0, int arg1)

Parameters

arg0 Parcel

Parcel

arg1 int

int