Using Braze SDK (ui) 23.3.0, try to use Braze.setRegisteredPushToken() or Braze.getRegisteredPushToken(), these methods do not exist and they should exist based on the changelog for Braze SDK version 22.0.0 .\
They are supposed to replace AppBoy.getInstance().registerAppboyPushMessages() but they do not exist at all, only the property Braze. registeredPushToken exists.
Expected Behavior
These methods don't exist, not in 23.3.0 nor in 22.0.0 where the change was supposedly introduced.
Braze Android SDK Version
23.3.0
Steps To Reproduce
Using Braze SDK (ui) 23.3.0, try to use
Braze.setRegisteredPushToken()
orBraze.getRegisteredPushToken()
, these methods do not exist and they should exist based on the changelog for Braze SDK version 22.0.0 .\They are supposed to replace
AppBoy.getInstance().registerAppboyPushMessages()
but they do not exist at all, only the propertyBraze. registeredPushToken
exists.Expected Behavior
These methods don't exist, not in
23.3.0
nor in22.0.0
where the change was supposedly introduced.Actual Incorrect Behavior
These methods should exist.
Verbose Logs
No response
Additional Information
No response