M17SDK
@objcMembers
public class M17SDK : NSObject
M17SDK entrance.
-
Lauch M17SDK and check whether it has error or not.
Declaration
Swift
public static func launch(configuration: M17SDKConfiguration, completion: @escaping (_ error: Error?) -> Void)Parameters
configurationThe
M17SDKConfigurationincludes license key.completionThe closure to execute containing error response.
-
Call this method to sign out 17 account
Declaration
Swift
public static func signOut() -
Call this method update externalID
Declaration
Swift
public static func updateExternalUserID(_ externalUserID: String)Parameters
externalUserIDThis userID allows you to associate your own Users IDs with M17SDK users
M17SDK Class Reference