Interface StringsUIOptions<T>
-
- All Known Implementing Classes:
BlinkIdUISettings
,DocumentUISettings
,LegacyDocumentVerificationUISettings
public interface StringsUIOptions<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setStrings(T strings)
Sets strings that will be used in the UI.
-
-
-
Method Detail
-
setStrings
void setStrings(@NonNull T strings)
Sets strings that will be used in the UI.
-
-