GoToAction

constructor(@IntRange(from = 0) pageIndex: Int)

Creates action instance.

Parameters

pageIndex

Index of the page to skip to once the action is triggered.


constructor(@IntRange(from = 0) pageIndex: Int, @Nullable subActions: List<Action>)
constructor(    @IntRange(from = 0) pageIndex: Int,     type: DestinationType,     left: Float,     top: Float,     width: Float,     height: Float,     zoom: Float,     @Nullable subActions: List<Action>)

Creates action instance.

Parameters

pageIndex

Index of the page to skip to once the action is triggered.

subActions

List of sub-actions of this action.