toggle menu
pspdfkit
PSPDFKit
switch theme
search in API
pspdfkit
/
com.pspdfkit.annotations.actions
/
LaunchAction
Launch
Action
class
LaunchAction
:
Action
Represents an action to launch an external application or file.
Members
Constructors
Launch
Action
Link copied to clipboard
constructor
(
@
Nullable
path
:
String
)
Creates action instance.
constructor
(
@
Nullable
path
:
String
,
@
Nullable
subActions
:
List
<
Action
>
)
Creates action instance.
Properties
path
Link copied to clipboard
@
Nullable
@get:
Nullable
val
path
:
String
Functions
equals
Link copied to clipboard
open
fun
equals
(
o
:
Any
)
:
Boolean
get
Type
Link copied to clipboard
@
NonNull
open
fun
getType
(
)
:
ActionType
Returns type of action to make down-casting easier.
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String