-
- All Implemented Interfaces:
-
com.pointrlabs.core.management.PTRListener
public interface ArEventsListener implements PTRListener
Interface that notifies the implementing handlers of UI events related to the AR button shown on top of the map
-
-
Method Summary
Modifier and Type Method Description Unit
onArButtonClicked(PTRMapFragment mapFragment, ImageButton arButton, Boolean isARReady)
Invoked when the AR button overlaying the map is clicked -
-
Method Detail
-
onArButtonClicked
Unit onArButtonClicked(PTRMapFragment mapFragment, ImageButton arButton, Boolean isARReady)
Invoked when the AR button overlaying the map is clicked
-
-
-
-