Setup
Before services can be started a user object must be setup to use the SDK and a services configuration must be provided.
Setup Auth/Config
func setup(auth: MoveAuth, config: MoveConfig)Update Config
func update(config: MoveConfig)Update authentication
func update(auth: MoveAuth, completion: ((MoveAuthError?) -> Void)? = nil)Get SDK Auth State
Set SDK Auth State Listener
Set SDK Initialization Listener
Shutdown
Last updated