LaunchAction

Represents an action to launch an external application or file.

Constructors

Link copied to clipboard
constructor(@Nullable path: String)
Creates action instance.
constructor(@Nullable path: String, @Nullable subActions: List<Action>)
Creates action instance.

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
Returns type of action to make down-casting easier.
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun toString(): String