SubmenuChildClicked

data class SubmenuChildClicked(@IdRes val parentId: Int, @IdRes val childId: Int) : ToolbarAction

A child inside a submenu was tapped.

Constructors

Link copied to clipboard
constructor(@IdRes parentId: Int, @IdRes childId: Int)

Properties

Link copied to clipboard

Resource id of the tapped child.

Link copied to clipboard

Resource id of the submenu item that owns the child.