miniapp / com.rakuten.tech.mobile.miniapp / MiniAppInfo
MiniAppInfo
data class MiniAppInfo : Parcelable
This represents a Mini App entity.
Constructors
| <init> | This represents a Mini App entity.MiniAppInfo(id: String, displayName: String, icon: String, version: Version) |
Properties
| displayName | Display name of the mini app.val displayName: String |
| icon | Icon of the mini app, obtainable from the provided data for this resource.val icon: String |
| id | Mini App identifier unique to a mini app.val id: String |
| version | Version information of the mini app.val version: Version |