init
Deprecated
The init() method replaced by initialize() method
Replace with
TSAccountProtection.initialize(context, clientID)
Content copied to clipboard
Initializes the SDK and starts collecting device and user interaction data.
Parameters
context
The application context.
client ID
Your Account Protection client identifier.
Deprecated
The init() method replaced by initialize() method
Replace with
TSAccountProtection.initialize(context, baseUrl, clientID)
Content copied to clipboard
Initializes the SDK and starts collecting device and user interaction data.
Parameters
context
The application context.
base Url
Your Account Protection server URL.
client ID
Your Account Protection client identifier.
Deprecated
The init() method replaced by initialize() method
Replace with
TSAccountProtection.initialize(context, baseUrl, clientID, userID)
Content copied to clipboard
Initializes the SDK and starts collecting device and user interaction data.
Parameters
context
The application context.
base Url
Your Account Protection server URL.
client ID
Your Account Protection client identifier.
user ID
(Optional) A unique, opaque identifier representing the authenticated user in your system.