public class Wedge
extends java.lang.Object
implements java.lang.Cloneable, android.os.Parcelable
修飾子とタイプ | クラスと説明 |
---|---|
static class |
Wedge.IntentDeliveryMode
インテント呼び出しモード Intent call mode |
修飾子とタイプ | フィールドと説明 |
---|---|
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 |
コンストラクタと説明 |
---|
Wedge() |
修飾子とタイプ | メソッドと説明 |
---|---|
protected Wedge |
clone() |
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
public void setDefault()
@NonNull protected Wedge clone() throws java.lang.CloneNotSupportedException
clone
クラス内 java.lang.Object
java.lang.CloneNotSupportedException
public int describeContents()
describeContents
インタフェース内 android.os.Parcelable
public void writeToParcel(android.os.Parcel parcel, int i)
writeToParcel
インタフェース内 android.os.Parcelable