toggle menu
pspdfkit
PSPDFKit
switch theme
search in API
pspdfkit
/
com.pspdfkit.ui.toolbar.popup
/
PopupToolbarMenuItem
Popup
Toolbar
Menu
Item
open
class
PopupToolbarMenuItem
A class representation of a single popup toolbar menu item.
Members
Constructors
Popup
Toolbar
Menu
Item
Link copied to clipboard
constructor
(
@
IdRes
id
:
Int
,
@
StringRes
title
:
Int
)
Creates a menu item with given id and title.
constructor
(
id
:
Int
,
title
:
Int
,
isEnabled
:
Boolean
)
Creates a menu item with given id and title.
Properties
id
Link copied to clipboard
@
IdRes
val
id
:
Int
Id of the menu item.
is
Enabled
Link copied to clipboard
open
var
isEnabled
:
Boolean
Whether the menu item is enabled or not.
title
Link copied to clipboard
@
StringRes
val
title
:
Int
Menu item title string resource.