toggle menu
pspdfkit
PSPDFKit
switch theme
search in API
pspdfkit
/
com.pspdfkit.annotations.note
/
AnnotationStateChange
Annotation
State
Change
class
AnnotationStateChange
A structure that represents any change of review status for a markup annotation.
See also
Annotation
Provider
Members
Constructors
Annotation
State
Change
Link copied to clipboard
constructor
(
@
Nullable
author
:
String
,
@
NonNull
authorState
:
AuthorState
,
@
Nullable
creationDate
:
Date
)
Creates the new annotation review state change.
Properties
author
Link copied to clipboard
@
Nullable
@get:
Nullable
val
author
:
String
author
State
Link copied to clipboard
@
NonNull
@get:
NonNull
val
authorState
:
AuthorState
creation
Date
Link copied to clipboard
@
Nullable
@get:
Nullable
val
creationDate
:
Date
Functions
equals
Link copied to clipboard
open
fun
equals
(
o
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int