ShortcutInfoCompatSaver

Defines APIs to access and update a persistable list of ShortcutInfoCompat. This class is no-op as is and may be overridden to provide the required functionality.

Inheritors

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
Implementation that does nothing and returns null from asynchronous methods.

Functions

Link copied to clipboard
abstract fun addShortcuts(shortcuts: List<ShortcutInfoCompat>): T
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun removeShortcuts(shortcutIds: List<String>): T