Ziggeo / android-sdk-demo

Ziggeo's Android Client SDK 2.0
Apache License 2.0
8 stars 5 forks source link

Ziggeo ziggeo = new Ziggeo(APP_TOKEN); deprecated #11

Closed grantespo closed 7 years ago

grantespo commented 7 years ago

Is there an alternative to this line? How long until it is nonexistent?

3akat commented 7 years ago

Hi @grantespo, Alternative is Ziggeo(String appToken, Context context) The deprecated one will be removed in several months.