LicenseMode
public enum LicenseMode
Mode controlling the license checking strategy.
-
This strategy will opportunistically check the licensing server, if required, as early as possible. It aims to avoid running licensing checks during SDK use, i.e. avoid delaying user initiated actions.
Declaration
Swift
case standard
-
This strategy will delay licensing checks (and hence use of the SDK) until after the UserID is set, ensuring only identified users are counted for licensing purposes.
Declaration
Swift
case customerUserID