MigrationGuide
2.0.4 -> 2.0.5
- all Maestro SDK imports have been changed from
com.lessthen3.*
tocom.lessthan3.*
onKeyPlayFocusChanged
was added as a method on the SDK instance, which allows for the client app to request a focus to be moved to a specified keyplay index (absolute index)AuthData
was renamed toMaestroAuthData
and the method was renamed frombetsAuthData
toauthData
- the SDK now requires a
MaestroSDKScope
to be provided; use theMaestroSDKScope.Create
function to create it (pass in the context, in the future it may be extended) customExceptionHandler
was added toMaestroManager
, allowing for client apps to listen to reported errors or events of interestshouldShowOverlay
now passes the overlay data, allowing the client app to show the corresponding overlay (you can pass it toMaestroOverlay
and let it render it for you)