Class InAppCampaignSchedule

    • Method Detail

      • endDate

        public final String endDate()

        The scheduled time after which the in-app message should not be shown. Timestamp is in ISO 8601 format.

        Returns:
        The scheduled time after which the in-app message should not be shown. Timestamp is in ISO 8601 format.
      • eventFilter

        public final CampaignEventFilter eventFilter()

        The event filter the SDK has to use to show the in-app message in the application.

        Returns:
        The event filter the SDK has to use to show the in-app message in the application.
      • quietTime

        public final QuietTime quietTime()

        Time during which the in-app message should not be shown to the user.

        Returns:
        Time during which the in-app message should not be shown to the user.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)