miniapp / com.rakuten.tech.mobile.miniapp / Host
Host
data class Host : Parcelable
This represents a host entity of a Mini App.
Constructors
| <init> | This represents a host entity of a Mini App.Host(id: String, subscriptionKey: String) |
Properties
| id | host id information of the mini app.val id: String |
| subscriptionKey | subscription identifier of the mini app.val subscriptionKey: String |