@nativescript-community/ui-massifmaps
    Preparing search index...

    Interface CelestialEventListener

    what a caller implements to hear about celestial events

    interface CelestialEventListener {
        onCelestialObjectClicked(arg0: any, arg1: any): boolean;
    }
    Index

    Methods

    • TODO name the arguments - natively ClickInfo, CelestialObject

      Parameters

      • arg0: any
      • arg1: any

      Returns boolean