ProfileFacebook

open class ProfileFacebook : DataModel

Facebook 유저의 프로필 정보

Facebook user profile information

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open var email: String
Link copied to clipboard
Link copied to clipboard
open var uid: String
Link copied to clipboard
open var username: String

Inherited functions

Link copied to clipboard
open fun toJSON(): JSONObject
Link copied to clipboard
fun toMap(): Map<String, Any>
Link copied to clipboard
open fun toString(): String