Package-level declarations

Types

Link copied to clipboard
object JumpList

Provides access to Windows Jump List features

Link copied to clipboard

Provides functions to build the Jump List.

Link copied to clipboard
class JumpListException(message: String, val code: Int) : RuntimeException
Link copied to clipboard
class JumpListItem(val title: String, val arguments: String)

Represents an item in the Jump List.

Link copied to clipboard

Represents optional attributes that can be added to a Jump List item.

Link copied to clipboard
class JumpListItemIcon(val path: String, val index: Int)

Represents an icon that can be assigned to a Jump List item.