sesl.androidx
Toggle table of contents
main
Platform filter
main
Switch theme
Search in API
sesl.androidx
apppickerview
/
androidx.apppickerview.features.applabel
/
AppLabelMapBixbyFactory
App
Label
Map
Bixby
Factory
@
RequiresApi
(
api
=
Build.VERSION_CODES.O
)
abstract
class
AppLabelMapBixbyFactory
:
AbstractAppLabelMapFactory
(
source
)
Deprecated
Inheritors
AppLabelMapSCSFactory
AppLabelMapSCSFactory
Members
Constructors
App
Label
Map
Bixby
Factory
Link copied to clipboard
constructor
(
@
NonNull
context
:
Context
,
keyFormatter
:
AbstractAppLabelMapFactory.KeyFormatter
)
Properties
m
Context
Link copied to clipboard
val
mContext
:
Context
m
Key
Formatter
Link copied to clipboard
val
mKeyFormatter
:
AbstractAppLabelMapFactory.KeyFormatter
TAG
Link copied to clipboard
val
TAG
:
String
=
"AppLabelMapBixbyFactory"
Functions
get
Authority
Link copied to clipboard
abstract
fun
getAuthority
(
)
:
String
get
Label
From
SCS
Link copied to clipboard
@
NonNull
fun
getLabelFromSCS
(
)
:
Map
<
String
,
String
>
get
Label
Map
Link copied to clipboard
@
NonNull
open
fun
getLabelMap
(
)
:
Map
<
String
,
String
>