STPRedirectContextState
@objc
public enum STPRedirectContextState : Int
Possible states for the redirect context to be in
-
Initialized, but redirect not started.
Declaration
Swift
case notStarted
-
Redirect is in progress.
Declaration
Swift
case inProgress
-
Redirect has been cancelled programmatically before completing.
Declaration
Swift
case cancelled
-
Redirect has completed.
Declaration
Swift
case completed