Skip to main content
Version: 0.5.0

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.

Base version

BACKND Function was created based on BACKND Base Backend-5.9.6.
Methods that exist in higher versions may not be available for use.

Differences with BACKND Base

There are some differences between the functions provided by BACKND Base and those provided by BACKND Function.

FunctionDifferences with BACKND Base
Game userDoes not provide authentication (login, membership sign-up, etc.) functions.
Receipt verification / Game cash managementSome changes have been made to the way token values are handled when verifying Google receipts.

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.