Appboy / appboy-android-sdk

Public repo for the Braze Android SDK
https://www.braze.com
Other
153 stars 102 forks source link

How can I Initialize Braze in runtime? #257

Closed Holoceo closed 1 year ago

Holoceo commented 1 year ago

What problem are you facing?

I need to set api_key and endpoint in runtime. Can I do it somehow?

Workarounds

I haven't found any workarounds

Ideal Solution

No response

Other Information

No response

bryanlogan commented 1 year ago

Does this example help? https://github.com/Appboy/appboy-android-sdk/blob/master/samples/hello-braze/src/main/java/com/braze/helloworld/CustomApplication.java

And our documentation here: https://www.braze.com/docs/developer_guide/platform_integration_guides/android/advanced_use_cases/runtime_configuration

Holoceo commented 1 year ago

@bryanlogan thank you so much!