Guest User

Untitled

a guest
Mar 19th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. BgJobHelper.runBackgroundJob(compositeDisposable, new BgJobHelper.JobLifecycleSingleEvent() {
  2. @Override
  3. public void doJobInBackground() {
  4. // do your job here. It will be executed in a background thread
  5. }
  6. });
Add Comment
Please, Sign In to add comment