-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Introduce MapboxAccountManager #5004
Comments
/sub |
@zugaldia you can subscribe with the button on the right :) |
…nitialize telemetry depending on developer implementation
I've built out the basic |
I have now added Next up is to remove all the Access Token's from the TestApp's activities so that only |
…oxAccountManager fist and options second
I just refactored the TestApp to remove Things are looking pretty good overall. Just need to do another round of testing to confirm that things are as good as they currently appear as well as one last specific test of setting |
Documenting Workflows Ways To Set Access Token
MapView Flow Chart (Each Step Is Progressive From Top To Bottom
MapView.setAccessToken()
What Access Token Source Of Truth Is Being Used?
Deprecated Now, Will Be Removed in 5.0.0
|
Squashed, Rebased, and Merged! |
MapboxAccountManager
will be a centralized place for developers to configure their apps to use Mapbox technology on Android. This will be the preferred (and ultimately only as of5.0.0
) place to set the app's Access Token. The use case for the developer will be to configure it in theonCreate()
method of either:Application
object (if app uses one)Activity
While implementing this we'll immediately mark the
setAccessToken()
andgetAccessToken()
inMapView
andMapboxMap
as deprecated starting in4.1.0
with the goal of removing them as of5.0.0
.The text was updated successfully, but these errors were encountered: