Class KeyData

java.lang.Object
com.blukii.sdk.discovery.KeyData
All Implemented Interfaces:
android.os.Parcelable

public final class KeyData extends Object implements android.os.Parcelable
Read only data set for blukii SmartKey
  • Field Details

  • Method Details

    • isTimeSync

      public boolean isTimeSync()
      Gets the state if the SmartKey has been time synced since last restart
      Returns:
      true, if SmartKey is time synced
    • getMode

      public String getMode()
      Gets the operating mode of the SmartKey that determines the security level
      Returns:
      operating mode string
    • isButtonPushed

      public boolean isButtonPushed()
      Gets the state if the SmartKey has been pushed

      Note: only supported for blukiis with push button

      Returns:
      true, if SmartKey button is pushed
    • describeContents

      public int describeContents()
      Specified by:
      describeContents in interface android.os.Parcelable
    • writeToParcel

      public void writeToParcel(android.os.Parcel dest, int flags)
      Specified by:
      writeToParcel in interface android.os.Parcelable