public static interface

MapApi.Lifecycle

com.mapsted.map.MapApi.Lifecycle
Known Indirect Subclasses

Class Overview

Lifecycle related functions

Summary

Public Methods
abstract boolean isBeingDestroyed()
Checks whether or not the MapApi is currently being destroyed
abstract void onDestroy()
Call this from your activity's onDestroy to notify the sdk of onDestroy.
abstract void onPause()
Call this from your activity's onPause to notify the sdk of onPause.
abstract void onResume()
Call this from your activity's onResume to notify the sdk of onResume.

Public Methods

public abstract boolean isBeingDestroyed ()

Checks whether or not the MapApi is currently being destroyed

Returns
  • whether or not the MapApi is currently being destroyed

public abstract void onDestroy ()

Call this from your activity's onDestroy to notify the sdk of onDestroy.

public abstract void onPause ()

Call this from your activity's onPause to notify the sdk of onPause.

public abstract void onResume ()

Call this from your activity's onResume to notify the sdk of onResume.