STPSourceRedirectStatus
@objc
public enum STPSourceRedirectStatus : Int
Redirect status types for a Source.
-
The redirect is pending.
Declaration
Swift
case pending
-
The redirect has succeeded.
Declaration
Swift
case succeeded
-
The redirect has failed.
Declaration
Swift
case failed
-
The redirect should not be used.
Declaration
Swift
case notRequired
-
The state of the redirect is unknown.
Declaration
Swift
case unknown