Package com.zebra.bluetooth.btinsightlib
Class BtEventAttribute
- java.lang.Object
-
- com.zebra.bluetooth.btinsightlib.BtEventAttribute
-
- All Implemented Interfaces:
android.os.Parcelable
- Direct Known Subclasses:
BtGenericEventAttribute
public abstract class BtEventAttribute extends java.lang.Object implements android.os.Parcelable
The class that encapsulate parcelable ability which is required when transferring objects over binder IPC
-
-
Field Summary
Fields Modifier and Type Field Description static android.os.Parcelable.Creator<BtEventAttribute>
CREATOR
-
Constructor Summary
Constructors Constructor Description BtEventAttribute()
-
-
-
Field Detail
-
CREATOR
public static final android.os.Parcelable.Creator<BtEventAttribute> CREATOR
-
-