Gamebase SDK for Android
2.35.0
NHN Cloud Gamebase Platform
|
Public Member Functions | |
ContactConfiguration | build () |
This method creates an instance of ContactConfiguration. More... | |
Builder | setUserName (@NonNull String userName) |
Set the user name. More... | |
Builder | setExtraData (@NonNull Map< String, String > extraData) |
Set the custom data field. More... | |
Builder | setAdditionalURL (@NonNull String additionalURL) |
Set the additional URL. More... | |
ContactConfiguration build | ( | ) |
This method creates an instance of ContactConfiguration.
Builder setAdditionalURL | ( | @NonNull String | additionalURL | ) |
Set the additional URL.
The value set with this api is added to the customer center URL set in the Gamebase console. Make sure to use this feature only when csType is 'CUSTOM'.
Builder setExtraData | ( | @NonNull Map< String, String > | extraData | ) |
Set the custom data field.
Call this API when you want to pass the extra data to the customer center web page parameter.
Builder setUserName | ( | @NonNull String | userName | ) |
Set the user name.
Call this API when you want to pass the user name to the customer center web page parameter.