MapContext.SetMemoryManagementOptionsCallback (API Reference)
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, so there could be a few bugs and unexpected behavior. Related APIs may change for new releases 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, so there could be a few bugs and unexpected behavior. Related APIs may change for new releases without a deprecation process.
- Parameters:
result-The memory management result.
-