Send a user command to SDLActivity.
int SDL_AndroidSendMessage(Uint32 command, int param);
Override "boolean onUnhandledMessage(Message msg)" to handle the message.
This function is available since SDL 2.0.22.
CategoryAPI