PhotoChallengeResponseSetting
public struct PhotoChallengeResponseSetting : ChallengeResponseSetting, Equatable
Struct representing Challenge
response settings for Photo Challenges.
-
Resolution of the photo.
Declaration
Swift
public var resolution: String
-
Undocumented
Declaration
Swift
public init(resolution: String)
-
Declaration
Swift
public init(from decoder: Decoder) throws