miniapp / com.rakuten.tech.mobile.miniapp / MiniAppSdkConfig
MiniAppSdkConfig
data class MiniAppSdkConfig
This represents the configuration settings for the Mini App SDK.
Constructors
<init> | This represents the configuration settings for the Mini App SDK.MiniAppSdkConfig(baseUrl: String , rasAppId: String , subscriptionKey: String , hostAppVersionId: String , hostAppUserAgentInfo: String , isTestMode: Boolean ) |
Properties
baseUrl | Base URL used for retrieving a Mini App.val baseUrl: String |
hostAppUserAgentInfo | User Agent information from Host App.val hostAppUserAgentInfo: String |
hostAppVersionId | Version of the host app, used to determine feature compatibility for Mini App.val hostAppVersionId: String |
isTestMode | Whether the sdk is making use of the Test API Endpoints for under “Testing” mini apps.val isTestMode: Boolean |
rasAppId | App ID for the Platform API.val rasAppId: String |
subscriptionKey | Subscription Key for the Platform API.val subscriptionKey: String |