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)

Properties

baseUrl Base URL used for retrieving a Mini App.var baseUrl: String
hostAppVersionId Version of the host app, used to determine feature compatibility for Mini App.var hostAppVersionId: String
rasAppId App ID for the Platform API.var rasAppId: String
subscriptionKey Subscription Key for the Platform API.var subscriptionKey: String