Skip to main content

MigrationGuide

2.0.4 -> 2.0.5

  1. all Maestro SDK imports have been changed from com.lessthen3.* to com.lessthan3.*
  2. 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)
  3. AuthData was renamed to MaestroAuthData and the method was renamed from betsAuthData to authData
  4. the SDK now requires a MaestroSDKScope to be provided; use the MaestroSDKScope.Create function to create it (pass in the context, in the future it may be extended)
  5. customExceptionHandler was added to MaestroManager, allowing for client apps to listen to reported errors or events of interest
  6. shouldShowOverlay now passes the overlay data, allowing the client app to show the corresponding overlay (you can pass it to MaestroOverlay and let it render it for you)