Interface TextureRegistry.OnTrimMemoryListener

Enclosing interface:
TextureRegistry

public static interface TextureRegistry.OnTrimMemoryListener
Listener invoked when a memory pressure warning was forward.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onTrimMemory(int level)
    This method will be invoked when a memory pressure warning was forward.
  • Method Details

    • onTrimMemory

      void onTrimMemory(int level)
      This method will be invoked when a memory pressure warning was forward.