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

    configuration

    The M17SDKConfiguration includes license key.

    completion

    The 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

    externalUserID

    This userID allows you to associate your own Users IDs with M17SDK users