Class UpdateAvailableEvent

  • All Implemented Interfaces:
    android.os.Parcelable, INeonEvent

    public class UpdateAvailableEvent
    extends java.lang.Object
    implements android.os.Parcelable, INeonEvent
    The UpdateAvailableEvent indicates that an update of the Neon Location Services is available The Neon Location Services will not be able to update environmental data until the upgrade is completed. The client application can allow the user to trigger the upgrade with Neon.upgradeNeonLocationServices
    • Method Detail

      • getKey

        public java.lang.String getKey()
        Specified by:
        getKey in interface INeonEvent
      • 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
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object