sesl.androidx
Toggle table of contents
main
Platform filter
main
Switch theme
Search in API
sesl.androidx
core
/
androidx.core.content.pm
/
ShortcutInfoCompatSaver
/
NoopImpl
Noop
Impl
@
RestrictTo
(
value
=
LIBRARY
)
open
class
NoopImpl
:
ShortcutInfoCompatSaver
<
T
>
(
source
)
Implementation that does nothing and returns null from asynchronous methods.
Members
Constructors
Noop
Impl
Link copied to clipboard
constructor
(
)
Functions
add
Shortcuts
Link copied to clipboard
open
fun
addShortcuts
(
shortcuts
:
List
<
ShortcutInfoCompat
>
)
:
Void
remove
All
Shortcuts
Link copied to clipboard
open
fun
removeAllShortcuts
(
)
:
Void
remove
Shortcuts
Link copied to clipboard
open
fun
removeShortcuts
(
shortcutIds
:
List
<
String
>
)
:
Void