DOKK / manpages / debian 13 / libsdl3-doc / SDL_RequestAndroidPermissionCallback.3type.en
SDL_RequestAndroidPermissionCallback(3type) SDL3 DATATYPES SDL_RequestAndroidPermissionCallback(3type)

SDL_RequestAndroidPermissionCallback - Callback that presents a response from a SDL_RequestAndroidPermission
call.

Defined in SDL3/SDL_system.h

#include "SDL3/SDL.h"
typedef void (SDLCALL *SDL_RequestAndroidPermissionCallback)(void *userdata, const char *permission, bool granted);

an app-controlled pointer that is passed to the callback.
the Android-specific permission name that was requested.
true if permission is granted, false if denied.

This datatype is available since SDL 3.2.0.

(3), SDL_RequestAndroidPermission(3)

SDL 3.2.10 Simple Directmedia Layer