Guest User

Untitled

a guest
Nov 21st, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. override fun onNext(contact: Contact) {
  2. openConnection<Contact>().use {
  3. it.write(contact)
  4. }
  5. request(1)
  6. }
Add Comment
Please, Sign In to add comment