![]() |
Gamebase SDK for Android 2.49.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... | |
Builder | setAdditionalParameters (@NonNull Map< String, String > additionalParameters) |
Set the additional Parameters. More... | |
ContactConfiguration build | ( | ) |
This method creates an instance of ContactConfiguration.
Builder setAdditionalParameters | ( | @NonNull Map< String, String > | additionalParameters | ) |
Set the additional Parameters.
Call this API when you want to pass the additional queries to the customer center URL.
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. The 'extraData' field is applied only when the customer center type is 'GAMEBASE'. It does not apply to 'CUSTOM', 'TOAST' type.
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.