GlobalSettingsEvent

public struct GlobalSettingsEvent<S> : Decodable where S : Decodable

Global settings received after calling getGlobalSettings().

  • The payload of the event.

    Declaration

    Swift

    public let payload: Payload
  • Container for the settings data.

    See more

    Declaration

    Swift

    public struct Payload : Decodable