SCUI_MapResultCodeToStr()
Maps the result to a string.
Synopsis:
#include <scoreloop/scui_client.h>
const char* SCUI_MapResultCodeToStr(SCUI_Result_t result)
Arguments:
- result
-
Way of closing the UI by user.
Library:
libscoreloopcoreDescription:
This method maps the result SCUI_RESULT_OK and SCUI_RESULT_CANCEL into an appropriate message in string format.
Returns:
char An appropriate String message.