inappmessaging / com.rakuten.tech.mobile.inappmessaging.runtime / UserInfoProvider

UserInfoProvider

interface UserInfoProvider

Interface which client app should implement in order for InAppMessaging SDK to get information when needed.

Functions

| provideRaeToken | Only return RAE token if user is logged in. Else return null.abstract fun provideRaeToken(): String? | | provideRakutenId | Only return Rakuten ID used in the current session.abstract fun provideRakutenId(): String? | | provideUserId | Only return user ID used when logging if user is logged in in the current session.abstract fun provideUserId(): String? |