Gamebase SDK for Android 2.49.0
NHN Cloud Gamebase Platform
Loading...
Searching...
No Matches
ContactConfiguration Class Reference

Parameter class for the initialization of Gamebase.Contact.openContact(). More...

Inheritance diagram for ContactConfiguration:
Inheritance graph
Collaboration diagram for ContactConfiguration:
Collaboration graph

Classes

class  Builder
 

Public Member Functions

String getUserName ()
 
Map< String, String > getExtraData ()
 
String getAdditionalURL ()
 
Map< String, String > getAdditionalParameters ()
 
String toJsonString ()
 
String toPrettyJsonString ()
 
String toString ()
 

Static Public Member Functions

static Builder newBuilder ()
 The factory method to create an instance of the builder to build ContactConfiguration. More...
 
static< T > T fromJson (@NonNull String json, Class< T > classOfT)
 
static< T > T fromJson (@NonNull JSONObject jsonObject, Class< T > classOfT)
 
static< T > T fromJson (@NonNull String json, Type type)
 

Detailed Description

Member Function Documentation

◆ fromJson() [1/3]

static< T > T fromJson ( @NonNull JSONObject  jsonObject,
Class< T >  classOfT 
)
staticinherited
Here is the call graph for this function:

◆ fromJson() [2/3]

static< T > T fromJson ( @NonNull String  json,
Class< T >  classOfT 
)
staticinherited
Here is the caller graph for this function:

◆ fromJson() [3/3]

static< T > T fromJson ( @NonNull String  json,
Type  type 
)
staticinherited

◆ getAdditionalParameters()

Map< String, String > getAdditionalParameters ( )

◆ getAdditionalURL()

String getAdditionalURL ( )

◆ getExtraData()

Map< String, String > getExtraData ( )

◆ getUserName()

String getUserName ( )

◆ newBuilder()

static Builder newBuilder ( )
static

The factory method to create an instance of the builder to build ContactConfiguration.

Since
Added 2.16.0.
Returns
an instance of the builder to build ContactConfiguration.

◆ toJsonString()

String toJsonString ( )
inherited
Here is the caller graph for this function:

◆ toPrettyJsonString()

String toPrettyJsonString ( )
inherited

◆ toString()

String toString ( )
inherited

Reimplemented in TransferAccountRenewConfiguration.

Here is the call graph for this function: