-
public class PinEntryView.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerACCENT_NONEprivate final IntegerACCENT_ALLprivate final IntegerACCENT_CHARACTERpublic final static PinEntryView.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final IntegergetACCENT_NONE()AccentType that draws no accent. final IntegergetACCENT_ALL()AccentType that draws the accents for all characters. final IntegergetACCENT_CHARACTER()AccentType that draws the accent for only the focused character. -
-
Method Detail
-
getACCENT_NONE
final Integer getACCENT_NONE()
AccentType that draws no accent.
-
getACCENT_ALL
final Integer getACCENT_ALL()
AccentType that draws the accents for all characters.
-
getACCENT_CHARACTER
final Integer getACCENT_CHARACTER()
AccentType that draws the accent for only the focused character.
-
-
-
-