qiscus / qiscus-sdk-android

Qiscus provide everything you need to power up your app with chats. And it's now made simple.
https://www.qiscus.com
Apache License 2.0
201 stars 84 forks source link

Feature/headers #25

Closed andhikayuana closed 7 years ago

andhikayuana commented 7 years ago

add new parameter for appid

Qiscus.initWithCustomServer(
                this,
                "YOUR_APP_ID",
                "CUSTOM_SERVER",
                "MQTT_SERVER");
codecov[bot] commented 7 years ago

Codecov Report

Merging #25 into develop will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@          Coverage Diff           @@
##           develop    #25   +/-   ##
======================================
  Coverage        0%     0%           
======================================
  Files          119    119           
  Lines         9467   9481   +14     
  Branches       978    980    +2     
======================================
- Misses        9467   9481   +14
Impacted Files Coverage Δ
...ain/java/com/qiscus/sdk/data/remote/QiscusApi.java 0% <0%> (ø) :arrow_up:
chat/src/main/java/com/qiscus/sdk/Qiscus.java 0% <0%> (ø) :arrow_up:
.../java/com/qiscus/sdk/data/model/QiscusComment.java 0% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3174dc3...c9f8c03. Read the comment docs.