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.

@FunctionalInterface public static interface MapContext.SetMemoryManagementOptionsCallback

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 Details

    • onSetMemoryManagementOptions

      void onSetMemoryManagementOptions(@NonNull MapContext.MemoryManagementResult result)

      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.