pageRight

Function

Common
fun SemanticsPropertyReceiver.pageRight(label: String? = null, action: (() -> Boolean)?)

Action to page right.

Using Role.Carousel will prevent this action from being sent to accessibility services.

Parameters

labelOptional label for this action.
actionAction to be performed when the SemanticsActions.PageRight is called.