Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. interface UserProfileSdk {
  2.  
  3. /** Begins the UserProfileSdk flow.
  4. *
  5. * @param callback invoked asynchronously after completion.
  6. */
  7. fun startFlow(
  8. callback: UserProfileSdkResultCallback
  9. )
  10. }
  11.  
  12. typealias UserProfileSdkResultCallback = (UserProfileSdkResult) -> Unit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement