BACKND FUNCTION Request
In BACKND Function, you can request various BACKND functions in the same way as calling BACKND functions using BACKND SDK in Unity.
If a BACKND function is requested within BACKND Function, the response time of the BACKND Function may be slow as it has to wait for a response to the corresponding function request.
For more information on response times, please refer to the Response Time documentation.
Request BACKND functions
You can call a function in the same way you call methods in the BACKND SDK.
In BACKND Function, all functions are called synchronously.
Differences with BACKND Base
There are some differences between the functions provided by BACKND Base and those provided by BACKND Function.
Function | Usage Difference With BACKND Base |
---|---|
Game user | Does not provide authentication(login, membership sign-up, etc.) functions. |
Receipt verification / Game cash management | Some changes have been made to the way token values are handled when verifying Google receipts. |
Game information | Same as BACKND Base.(Only supports management of new version of game information) |
Game log | Same as BACKND Base. |
Ranking management | Same as BACKND Base.(Only supports management of new version of ranking) |
Coupon management | Same as BACKND Base. |
Probability management | Same as BACKND Base. |
Mail management | Same as BACKND Base. |
Guild function | Supports only a select few features. |
Chart function | Same as BACKND Base.(except the internal save function) |
User search | Same as BACKND Base. |
Guild functions
You can only use the following guild functions in BACKND Function.
- Look up guild list
- Look up my guild information
- Look up my guild goods
- Edit metadata
- Contribute currency
- Use currency Only the guild master can use currencies.