logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SDL_RequestAndroidPermissionCallback - Callback that presents a response from a

Availability

       This datatype is available since SDL 3.2.0.

Function Parameters

userdata
              an app-controlled pointer that is passed to the callback.

       permission
              the Android-specific permission name that was requested.

       granted
              true if permission is granted, false if denied.

Name

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

See Also

SDL_RequestAndroidPermission(3)

Simple Directmedia Layer                           SDL 3.2.20        SDL_RequestAndroidPermissionCallback(3type)

Synopsis

#include<SDL3/SDL_system.h>typedefvoid(SDLCALL*SDL_RequestAndroidPermissionCallback)(void*userdata,constchar*permission,boolgranted);

See Also