Before

public enum Before

The enumeration of Before types.

Since

1.4.0
  • Before one particular message by message Id.

    Declaration

    Swift

    case message(String)
  • Before a particular time point by date.

    Declaration

    Swift

    case date(Date)