public class Wedge
extends java.lang.Object
implements java.lang.Cloneable, android.os.Parcelable
Modifier and Type | Class and Description |
---|---|
static class |
Wedge.IntentDeliveryMode
インテント呼び出しモード Intent call mode |
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<Wedge> |
CREATOR |
java.lang.String |
intentAction
インテントのアクション Intent action |
java.lang.String |
intentBarcodeData
付加バーコードデータ Additional barcode data |
java.lang.String |
intentBarcodeType
インテントの付加バーコードタイプ Intent additional barcode type |
java.lang.String |
intentCategory
インテントのカテゴリー Intent category |
Wedge.IntentDeliveryMode |
intentDeliveryMode
|
boolean |
intentIsEnable
ウェッジインテントの有効/無効 Wedge intent enabled / disabled |
java.lang.String |
intentPackageName
インテントを受信するアプリのパッケージ名 Package name of the app that receives the intent |
Constructor and Description |
---|
Wedge() |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
void |
setDefault() |
void |
writeToParcel(android.os.Parcel parcel,
int i) |
public boolean intentIsEnable
public Wedge.IntentDeliveryMode intentDeliveryMode
public java.lang.String intentAction
public java.lang.String intentCategory
public java.lang.String intentBarcodeType
public java.lang.String intentBarcodeData
public java.lang.String intentPackageName
public static final android.os.Parcelable.Creator<Wedge> CREATOR