subscribeForSimulatorEvents abstract method

void subscribeForSimulatorEvents(
  1. LocationSimulatorListener simulatorListener
)

Subscribes to simulation events.

The class does not retain the object in the 'simulatorListener' parameter. It is your responsibility to maintain a strong reference to the target object while it is attached to a class.

Implementation

void subscribeForSimulatorEvents(LocationSimulatorListener simulatorListener);