Package com.dsi.ant.plugins.antplus.pcc
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 Summary
Modifier and TypeMethodDescriptionvoid
onNewAuthTokenRequestFinished
(AntPlusGeocachePcc.GeocacheRequestStatus status, long authToken) Receives the data from a AuthTokenRequestFinished event.
-
Method Details
-
onNewAuthTokenRequestFinished
Receives the data from a AuthTokenRequestFinished event.- Parameters:
status
- TheAntPlusGeocachePcc.GeocacheRequestStatus
defining the result of the authentication token request.authToken
- The authentication token sent by the device, or -1 if the request was unsuccessful.
-