MDInterceptActionType
@objc
public enum MDInterceptActionType : Int
Undocumented
-
Undocumented
Declaration
Swift
case accepted = 0
-
Undocumented
Declaration
Swift
case declined = 1
-
Undocumented
Declaration
Swift
case deferred = 2
-
Undocumented
Declaration
Swift
case skipped = 3
-
Undocumented
Declaration
Swift
func toString() -> String