pda
androidJvm
app
/
net.artux.pda.ui.fragments.profile.helpers
/
ProfileHelper
Profile
Helper
object
ProfileHelper
Members
Functions
get
Days
Link copied to clipboard
@
JvmStatic
fun
getDays
(
date
:
Instant
?
)
:
String
fun
getDays
(
profileModel
:
ProfileModel
)
:
String
get
Group
Link copied to clipboard
@
JvmStatic
fun
getGroup
(
context
:
Context
,
group
:
Int
)
:
String
@
JvmStatic
fun
getGroup
(
gang
:
Gang
,
context
:
Context
)
:
String
get
Rang
Title
By
Id
Link copied to clipboard
fun
getRangTitleById
(
id
:
Int
,
context
:
Context
)
:
String
get
Rang
Title
By
Xp
Link copied to clipboard
@
JvmStatic
fun
getRangTitleByXp
(
xp
:
Int
,
context
:
Context
)
:
String
set
Avatar
Link copied to clipboard
@
JvmStatic
fun
setAvatar
(
imageView
:
ImageView
,
avatar
:
String
?
)
set
Gang
Avatar
Link copied to clipboard
@
JvmStatic
fun
setGangAvatar
(
imageView
:
ImageView
,
gang
:
Gang
)