Android SDK v3 release
January 16th, 2025
Android v3.0.0
- Major API change:
- New API to start the SDK and set the policy.
- New configurations in the policy.
- New option to requests interception -
INTERCEPT_AND_RETRY_REQUEST
. - Add
perimeterxHeadersWereUpdated
function to thePerimeterXDelegate
. - Add
setAdditionalData
function for Account Defender. - Add Account Defender to the Doctor App.
- Add a callback to the
handleResponse
function which indicate the challenge's rseult. - Change the signature of the following functions:
canHandleResponse
,handleResponse
,setUserId
,registerOutgoingUrlRequest
. - Remove the
addInitializationFinishedCallback
function. - Remove
registerCallbackForRequestBlockedEvent
,registerCallbackForChallengeSolvedEvent
,registerCallbackForChallengeCancelledEvent
functions.
- Dependencies are no longer have to be added manually.
- Add support for Android API 33.
- Bug fixes and improvements.