Tribot SDK
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Tribot SDK
automation-sdk
/
org.tribot.automation.launcher.sdk
/
JagexAccountInfo
Jagex
Account
Info
data
class
JagexAccountInfo
(
val
characterId
:
String
,
val
characterDisplayName
:
String
,
val
accountDisplayName
:
String
?
)
Members
Constructors
Jagex
Account
Info
Link copied to clipboard
constructor
(
characterId
:
String
,
characterDisplayName
:
String
,
accountDisplayName
:
String
?
)
Properties
account
Display
Name
Link copied to clipboard
val
accountDisplayName
:
String
?
character
Display
Name
Link copied to clipboard
val
characterDisplayName
:
String
character
Id
Link copied to clipboard
val
characterId
:
String