UriAction

PDF Action representing a link to an external URI.

Constructors

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

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