TitleInfo

public struct TitleInfo<S> : Decodable, Locatable where S : Decodable

Information about the title of an action.

  • The new title.

    Declaration

    Swift

    public let title: String
  • This value indicates for which state of the action the title or title parameters have been changed.

    Declaration

    Swift

    public let state: Int
  • A json object describing the new title parameters.

    Declaration

    Swift

    public let titleParameters: Parameters
  • The coordinates of the action triggered.

    Declaration

    Swift

    public let coordinates: Coordinates?
  • This json object contains data that you can set and is stored persistently.

    Declaration

    Swift

    public let settings: S
  • Font parameters.

    See more

    Declaration

    Swift

    public struct Parameters : Decodable