ConfiguringState
public enum ConfiguringState : Int
Describes the state of the remote configuring process of the Core object,///‘Skipped’ when the feature is disabled.
-
Declaration
Swift
case Successful = 0 -
Declaration
Swift
case Failed = 1 -
Declaration
Swift
case Skipped = 2
ConfiguringState Enumeration Reference