Class 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
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface android.os.Parcelable

        android.os.Parcelable.ClassLoaderCreator<T extends java.lang.Object>, android.os.Parcelable.Creator<T extends java.lang.Object>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static android.os.Parcelable.Creator<BtEventAttribute> CREATOR  
      • Fields inherited from interface android.os.Parcelable

        CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface android.os.Parcelable

        describeContents, writeToParcel
    • Field Detail

      • CREATOR

        public static final android.os.Parcelable.Creator<BtEventAttribute> CREATOR
    • Constructor Detail

      • BtEventAttribute

        public BtEventAttribute()