STPSourceRedirectStatus
enum STPSourceRedirectStatus {}
Redirect status types for a Source.
-
The redirect is pending.
Declaration
Objective-C
STPSourceRedirectStatusPending
Swift
case pending = 0
-
The redirect has succeeded.
Declaration
Objective-C
STPSourceRedirectStatusSucceeded
Swift
case succeeded = 1
-
The redirect has failed.
Declaration
Objective-C
STPSourceRedirectStatusFailed
Swift
case failed = 2
-
The redirect should not be used.
Declaration
Objective-C
STPSourceRedirectStatusNotRequired
Swift
case notRequired = 3
-
The state of the redirect is unknown.
Declaration
Objective-C
STPSourceRedirectStatusUnknown
Swift
case unknown = 4