toggle menu
pspdfkit
PSPDFKit
switch theme
search in API
pspdfkit
/
com.pspdfkit.annotations.actions
/
UriAction
Uri
Action
class
UriAction
:
Action
PDF Action representing a link to an external URI.
Members
Constructors
Uri
Action
Link copied to clipboard
constructor
(
@
Nullable
uri
:
String
)
Creates an instance of URI action from provided URI.
constructor
(
@
Nullable
uri
:
String
,
@
Nullable
subActions
:
List
<
Action
>
)
Creates an instance of URI action from provided URI.
Properties
uri
Link copied to clipboard
@
Nullable
@get:
Nullable
val
uri
:
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
@
NonNull
open
fun
toString
(
)
:
String