Advertisement
sebastien_muh_mobi

getPublisherInfo

Nov 29th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. private fun getPublisherInfo(token: String, subscriptionCallback: Callback<Subscription>) {
  2.  
  3. td?.let {
  4. val subscription = subscriptionInstance.subscriptionExpiresOn(token)
  5. subscription.enqueue(subscriptionCallback)
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement