GetAppIdResponse

@Serializable
data class GetAppIdResponse(val appId: String? = null, val recommendedId: String? = null)

Response type for the PageDomain.getAppId command.

Constructors

Link copied to clipboard
constructor(appId: String? = null, recommendedId: String? = null)

Properties

Link copied to clipboard

App id, either from manifest's id attribute or computed from start_url

Link copied to clipboard

Recommendation for manifest's id attribute to match current id computed from start_url