ARChallengeResponseSetting
public struct ARChallengeResponseSetting : ChallengeResponseSetting, Equatable
Struct representing Challenge
response settings for Augmented Reality Challenges.
-
Tracker URl of AR challenge.
Declaration
Swift
public var trackerUrl: String
-
Definitions of AR challenge.
Declaration
Swift
public var definitions: [ARDefinition]
-
Undocumented
Declaration
Swift
public init(trackerUrl: String, definitions: [ARDefinition])
-
Declaration
Swift
public init(from decoder: Decoder) throws