ChallengeStatus
public enum ChallengeStatus : String, Codable
Describes the approval status of a Challenge
-
The Challenge is waiting to be approved or denied by the user
Declaration
Swift
case pending -
The Challenge was approved by the user
Declaration
Swift
case approved -
The Challenge was denied by the user
Declaration
Swift
case denied -
The Challenge expired and can’t no longer be approved or denied by the user
Declaration
Swift
case expired
ChallengeStatus Enumeration Reference