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.Objectjava.lang.CloneNotSupportedExceptionpublic int describeContents()
describeContents インタフェース内 android.os.Parcelablepublic void writeToParcel(android.os.Parcel parcel,
                          int i)
writeToParcel インタフェース内 android.os.Parcelable