Interface AntPlusGeocachePcc.IAuthTokenRequestFinishedReceiver

Enclosing class:
AntPlusGeocachePcc

public static interface AntPlusGeocachePcc.IAuthTokenRequestFinishedReceiver
Receiver for the AuthTokenRequestFinished event, which is: Receives the result of a finished authentication token request.
  • Method Details

    • onNewAuthTokenRequestFinished

      void onNewAuthTokenRequestFinished(AntPlusGeocachePcc.GeocacheRequestStatus status, long authToken)
      Receives the data from a AuthTokenRequestFinished event.
      Parameters:
      status - The AntPlusGeocachePcc.GeocacheRequestStatus defining the result of the authentication token request.
      authToken - The authentication token sent by the device, or -1 if the request was unsuccessful.