toggle menu
KakaoGameSDK_Android
0.0.0
androidJvm
switch theme
search in API
idp_twitter
/
com.kakaogame
/
KGTwitterProfile
KGTwitter
Profile
class
KGTwitterProfile
(
content
:
MutableMap
<
String
,
Any
?
>
?
)
:
KGIdpProfile
Members
Constructors
KGTwitter
Profile
Link copied to clipboard
constructor
(
content
:
MutableMap
<
String
,
Any
?
>
?
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
account
Type
Link copied to clipboard
open
val
accountType
:
String
?
idp
Access
Token
Link copied to clipboard
val
idpAccessToken
:
String
?
idp
Code
Link copied to clipboard
val
idpCode
:
KGIdpProfile.KGIdpCode
?
idp
User
Id
Link copied to clipboard
val
idpUserId
:
String
?
object
Link copied to clipboard
open
val
object
:
MutableMap
<
String
,
Any
?
>
?
player
Id
Link copied to clipboard
val
playerId
:
String
?
profile
Image
Url
Link copied to clipboard
val
profileImageUrl
:
String
?
screen
Name
Link copied to clipboard
val
screenName
:
String
?
Functions
contains
Key
Link copied to clipboard
fun
containsKey
(
key
:
String
?
)
:
Boolean
get
Link copied to clipboard
operator
fun
get
(
key
:
String
?
)
:
Any
?
get
Value
Link copied to clipboard
open
fun
getValue
(
key
:
String
?
)
:
Any
?
load
Friend
Profiles
Link copied to clipboard
open
override
fun
loadFriendProfiles
(
)
:
KGResult
<
Map
<
String
,
KGIdpProfile
>
?
>
put
Link copied to clipboard
fun
put
(
key
:
String
,
value
:
Any
?
)
to
JSONString
Link copied to clipboard
open
override
fun
toJSONString
(
)
:
String
?
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String