LaunchFilesInAppResponse

@Serializable
data class LaunchFilesInAppResponse(val targetIds: List<TargetID>)

Response type for the PWADomain.launchFilesInApp command.

Constructors

Link copied to clipboard
constructor(targetIds: List<TargetID>)

Properties

Link copied to clipboard

IDs of the tab targets created as the result.