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

adding sycn event #28

Closed adicatur closed 7 years ago

adicatur commented 7 years ago

User can listen sync event

@Subscribe public void onQiscusSycnEvent(QiscusSyncEvent syncEvent) { switch (syncEvent) { case STARTED: //sync started break; case FAILED: //sync failed break; case ENDED: ////sync ended break; } }

codecov[bot] commented 7 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff           @@
##           develop    #28   +/-   ##
======================================
  Coverage        0%     0%           
======================================
  Files          119    120    +1     
  Lines         9484   9490    +6     
  Branches       979    978    -1     
======================================
- Misses        9484   9490    +6
Impacted Files Coverage Δ
...ain/java/com/qiscus/sdk/event/QiscusSyncEvent.java 0% <0%> (ø)
...qiscus/sdk/ui/fragment/QiscusBaseChatFragment.java 0% <0%> (ø) :arrow_up:
...va/com/qiscus/sdk/service/QiscusPusherService.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 955a4bc...c89813d. Read the comment docs.