Package com.here.sdk.mapview
Interface MapContext.SetMemoryManagementOptionsCallback
- Enclosing class:
- MapContext
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Callback to handle the memory management result.
Note: This is a beta release of this feature and may contain bugs or exhibit unexpected behaviour. Related APIs are subject to change without a deprecation process.
-
Method Summary
Modifier and TypeMethodDescriptionvoidCallback to handle the memory management result.
-
Method Details
-
onSetMemoryManagementOptions
Callback to handle the memory management result.
Note: This is a beta release of this feature and may contain bugs or exhibit unexpected behaviour. Related APIs are subject to change without a deprecation process.
- Parameters:
result-The memory management result.
-