CheckInChallengeResponseSetting

public struct CheckInChallengeResponseSetting : ChallengeResponseSetting, Equatable

Struct representing Challenge response settings for Check In Challenges.

  • The nearest Place from the user’s location. If there isn’t any nearby place related to the check in challenge, this value is nil.

    Declaration

    Swift

    public var nearest: Place?
  • Undocumented

    Declaration

    Swift

    public init(nearest: Place?)

CheckInChallengeResponseSetting

  • Declaration

    Swift

    public init(from decoder: Decoder) throws