sesl.androidx
Toggle table of contents
main
Platform filter
main
Switch theme
Search in API
sesl.androidx
apppickerview
/
androidx.apppickerview.features.applabel
/
AbstractAppLabelMapFactory
Abstract
App
Label
Map
Factory
@
RequiresApi
(
api
=
Build.VERSION_CODES.O
)
abstract
class
AbstractAppLabelMapFactory
(
source
)
Deprecated
Inheritors
AppLabelMapBixbyFactory
AppLabelMapBixbyFactory
Members
Constructors
Abstract
App
Label
Map
Factory
Link copied to clipboard
constructor
(
)
Types
Key
Formatter
Link copied to clipboard
interface
KeyFormatter
Functions
get
Factory
Link copied to clipboard
open
fun
getFactory
(
context
:
Context
,
z
:
Boolean
)
:
AbstractAppLabelMapFactory
get
Key
Formatter
Link copied to clipboard
open
fun
getKeyFormatter
(
z
:
Boolean
)
:
AbstractAppLabelMapFactory.KeyFormatter
get
Label
Map
Link copied to clipboard
abstract
fun
getLabelMap
(
)
:
Map
<
String
,
String
>