public class

MapstedMapApi.LifecycleImpl

extends Object
implements MapApi.Lifecycle
java.lang.Object
   ↳ com.mapsted.map.MapstedMapApi.LifecycleImpl

Summary

Public Constructors
LifecycleImpl()
Public Methods
boolean isBeingDestroyed()
Checks whether or not the MapApi is currently being destroyed
void onDestroy()
Call this from your activity's onDestroy to notify the sdk of onDestroy.
void onPause()
Call this from your activity's onPause to notify the sdk of onPause.
void onResume()
Call this from your activity's onResume to notify the sdk of onResume.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.mapsted.map.MapApi.Lifecycle

Public Constructors

public LifecycleImpl ()

Public Methods

public boolean isBeingDestroyed ()

Checks whether or not the MapApi is currently being destroyed

Returns
  • whether or not the MapApi is currently being destroyed

public void onDestroy ()

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

public void onPause ()

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

public void onResume ()

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