HSAccountDefender

Functions

Link copied to clipboard

Provide outgoing URL request to the Account Defender feature. You must call the setUserId function before calling this function. If you are using the automatic interceptor you should not need to use this function (it will be called automatically by the interceptor).

Link copied to clipboard
fun setAdditionalData(parameters: HashMap<String, String>, appId: String?)

Set additional data that support Account Defender for given AppID.

Link copied to clipboard
fun setUserId(userId: String?, appId: String?)

Calling this method with non-null userId will start the Account Defender feature. You must call the start function and wait until it's done before calling this function.