GetAppIdReturn

@Serializable
data class GetAppIdReturn(val appId: String?, val recommendedId: String?)

Constructors

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

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