Android
Summary
SDK 1.24 introduces several significant updates, including the addition of a new setSdkApiConfigRegion
parameter and Identity configuration process. Furthermore, there are changes related to the WedgeProvider that enhance overall functionality and streamline integration.
Breaking Changes
New
setSdkApiConfigRegion
Parameter:A new
setSdkApiConfigRegion
parameter must be included during SDK initialization.
Identity Configuration:
The Identity must be set on successful login, and you must wait for the Result flow before proceeding.
WedgeProvider Update:
The
serverUrl
parameter has been removed from the WedgeProvider initializer.
Portal APIs Update:
The Identity parameter has been removed from all Portal APIs and is no longer necessary.
ImsTripManager update
enable call no longer accepts Identity and has been removed.
AppMisuseManager changes
AppMisuseManager.AppMisuseServerType is no longer required.
For more information and examples please see Migration page
Last updated