ANDROID_APK_EXPANSION_PATCH_FILE_VERSION


Description:

[ Version ( since = "2.0.4" ) ]
[ CCode ( cname = "SDL_HINT_ANDROID_APK_EXPANSION_PATCH_FILE_VERSION" ) ]
public const string ANDROID_APK_EXPANSION_PATCH_FILE_VERSION

A hint that specifies the Android APK expansion patch file version.

This hint must be set together with the hint Hint.ANDROID_APK_EXPANSION_MAIN_FILE_VERSION.

If both hints were set then RWops.RWops.from_file will look into expansion files after a given relative path was not found in the internal storage and assets.

This hint should be set with the Android APK expansion patch file version (should be a string number like "1", "2" etc.)

By default this hint is not set and the APK expansion files are not searched.


Namespace: SDL.Hint
Package: sdl2