LaunchResponse

@Serializable
data class LaunchResponse(val targetId: TargetID)

Response type for the PWADomain.launch command.

Constructors

Link copied to clipboard
constructor(targetId: TargetID)

Properties

Link copied to clipboard

ID of the tab target created as a result.