Vdocipher
1.26.5
Vdocipher
/
com.vdocipher.aegis.utils
/
ErrorMessageProvider
Error
Message
Provider
open
class
ErrorMessageProvider
Functions
Properties
Functions
get
Instance
Link copied to clipboard
@
Nullable
open
fun
getInstance
(
)
:
ErrorMessageProvider
open
fun
getInstance
(
context
:
Context
)
:
ErrorMessageProvider
get
Language
Direction
Link copied to clipboard
open
fun
getLanguageDirection
(
)
:
Int
save
Language
Direction
Link copied to clipboard
open
fun
saveLanguageDirection
(
context
:
Context
,
languageObj
:
String
)
update
Error
And
Message
Map
Link copied to clipboard
open
fun
updateErrorAndMessageMap
(
context
:
Context
,
@
Nullable
errorMessageValue
:
String
)
Updates map errors and message from {@param errorMessageValue} if not null, otherwise update map from saved data in shared preferences.
Properties
errors
Message
Map
Link copied to clipboard
val
errorsMessageMap
:
Map
<
Integer
,
String
>