Class ForegroundServiceNotificationOptions

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

    public class ForegroundServiceNotificationOptions
    extends java.lang.Object
    implements android.os.Parcelable, MapperInterface
    • Method Detail

      • getTitle

        public java.lang.String getTitle()
      • getMessage

        public java.lang.String getMessage()
      • isShowStopAction

        public boolean isShowStopAction()
      • getStopActionText

        public java.lang.String getStopActionText()
      • toMap

        public java.util.Map<java.lang.String,​java.lang.Object> toMap()
        Description copied from interface: MapperInterface
        Method to transform object into Map
        Specified by:
        toMap in interface MapperInterface
        Returns:
        Map with the information of the object mapped
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • writeToParcel

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

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