Hive SDK v4
24.5.0
androidJvm
Hive SDK v4
/
com.hive
/
SocialGoogle
/
ProfileGoogle
Profile
Google
open
class
ProfileGoogle
:
DataModel
GooglePlay Player 프로필 정보
Google Play Games Profile information
Members
Constructors
Profile
Google
Link copied to clipboard
constructor
(
)
constructor
(
userId
:
String
,
email
:
String
,
displayName
:
String
,
profileImageUrl
:
String
)
Properties
display
Name
Link copied to clipboard
open
var
displayName
:
String
email
Link copied to clipboard
open
var
email
:
String
profile
Image
Url
Link copied to clipboard
open
var
profileImageUrl
:
String
user
Id
Link copied to clipboard
open
var
userId
:
String
Inherited functions
to
JSON
Link copied to clipboard
open
fun
toJSON
(
)
:
JSONObject
to
Map
Link copied to clipboard
fun
toMap
(
)
:
Map
<
String
,
Any
>
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String