Hive SDK v4
24.5.0
androidJvm
Hive SDK v4
/
com.hive
/
SocialFacebook
/
ProfileFacebook
Profile
Facebook
open
class
ProfileFacebook
:
DataModel
Facebook 유저의 프로필 정보
Facebook user profile information
Members
Constructors
Profile
Facebook
Link copied to clipboard
constructor
(
)
Properties
email
Link copied to clipboard
open
var
email
:
String
profile
Image
Url
Link copied to clipboard
open
var
profileImageUrl
:
String
uid
Link copied to clipboard
open
var
uid
:
String
username
Link copied to clipboard
open
var
username
:
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