Dokka MultiModule Example
androidJvm
new-app
/
su.ips.payment_new_app.prefernces
/
PrefsManager
Prefs
Manager
class
PrefsManager
(
val
context
:
Context
)
Members
Constructors
Prefs
Manager
Link copied to clipboard
constructor
(
context
:
Context
)
Functions
read
Int
Link copied to clipboard
fun
readInt
(
fileName
:
String
,
defValue
:
Int
=
-1
)
:
Int
read
String
Link copied to clipboard
fun
readString
(
fileName
:
String
)
:
String
write
Int
Link copied to clipboard
fun
writeInt
(
value
:
Int
,
fileName
:
String
)
write
String
Link copied to clipboard
fun
writeString
(
notice
:
String
,
fileName
:
String
)
Properties
context
Link copied to clipboard
val
context
:
Context