miniapp / com.rakuten.tech.mobile.miniapp.js.userinfo / UserInfoBridgeDispatcher
UserInfoBridgeDispatcher
abstract class UserInfoBridgeDispatcher
A class to provide the interfaces for getting user info e.g. user-name, profile-photo etc.
Constructors
<init> | A class to provide the interfaces for getting user info e.g. user-name, profile-photo etc.UserInfoBridgeDispatcher() |
Functions
getProfilePhoto | Get profile photo url from host app.open fun getProfilePhoto(): String |
getUserName | Get user name from host app.open fun getUserName(): String |