ProfileGoogle

open class ProfileGoogle : DataModel

GooglePlay Player 프로필 정보

Google Play Games Profile information

Constructors

Link copied to clipboard
constructor()
constructor(userId: String, email: String, displayName: String, profileImageUrl: String)

Properties

Link copied to clipboard
Link copied to clipboard
open var email: String
Link copied to clipboard
Link copied to clipboard
open var userId: 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