toggle menu
pspdfkit
PSPDFKit
switch theme
search in API
pspdfkit
/
com.pspdfkit.annotations.actions
/
ActionSender
Action
Sender
class
ActionSender
Object that triggered the execution of action, such as an annotation or a form element.
Members
Constructors
Action
Sender
Link copied to clipboard
constructor
(
@
NonNull
annotation
:
Annotation
)
Creates instance of action sender.
constructor
(
@
NonNull
formElement
:
FormElement
)
Creates instance of action sender.
Properties
annotation
Link copied to clipboard
@
Nullable
@get:
Nullable
val
annotation
:
Annotation
form
Element
Link copied to clipboard
@
Nullable
@get:
Nullable
val
formElement
:
FormElement
Functions
equals
Link copied to clipboard
open
fun
equals
(
o
:
Any
)
:
Boolean
get
Page
Index
Link copied to clipboard
open
fun
getPageIndex
(
)
:
Int
The page index of this action sender.
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int