Package io.flutter.view
Interface TextureRegistry.OnTrimMemoryListener
-
- Enclosing interface:
- TextureRegistry
public static interface TextureRegistry.OnTrimMemoryListenerListener invoked when a memory pressure warning was forward.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonTrimMemory(int level)This method will be invoked when a memory pressure warning was forward.
-