public class AntPlusWatchDownloaderPcc.IpcDefines
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
MSG_CMD_WATCHDOWNLOADER_DOWNLOADREQUEST_PARAM_uuidTARGETDEVICEUUID
The target device to make the request on.
|
static int |
MSG_CMD_WATCHDOWNLOADER_whatCANCELLISTENFORNEWACTIVITIES
Cancels any listenForNewActivities commands pending for the given device for your application, or cancels all listenForNewActivities commands for all devices if UUID is null.
|
static int |
MSG_CMD_WATCHDOWNLOADER_whatLISTENFORNEWACTIVITIES
Submits a request to listen for all new activities available for the target device.
|
static int |
MSG_CMD_WATCHDOWNLOADER_whatREQUESTCURRENTDEVICELIST
Requests the current device list.
|
static int |
MSG_CMD_WATCHDOWNLOADER_whatREQUESTDOWNLOADALLACTIVITIES
Requests a download of all activities from the device.
|
static int |
MSG_CMD_WATCHDOWNLOADER_whatREQUESTDOWNLOADNEWACTIVITIES
Requests a download of all activities from the device.
|
static java.lang.String |
MSG_EVENT_WATCHDOWNLOADER_AVAILABLEDEVICELIST_PARAM_arrayParcelableDEVICEINFOS
Devices currently available to connect to.
|
static java.lang.String |
MSG_EVENT_WATCHDOWNLOADER_AVAILABLEDEVICELIST_PARAM_intLISTUPDATECODE
A
AntPlusWatchDownloaderPcc.DeviceListUpdateCode indicating what is changing on the list. |
static java.lang.String |
MSG_EVENT_WATCHDOWNLOADER_AVAILABLEDEVICELIST_PARAM_parcelableCHANGINGDEVICEINFO
The device that has changed according to the changeCode or null if N/A for current code.
|
static java.lang.String |
MSG_EVENT_WATCHDOWNLOADER_DOWNLOADACTIVITIESFINISHED_PARAM_intSTATUSCODE
The
AntFsCommon.AntFsRequestStatusCode indicating the result of the request. |
static int |
MSG_EVENT_WATCHDOWNLOADER_whatAVAILABLEDEVICELIST
Broadcasts the current list of devices available to connect to along with information identifying any change since the last update, if applicable.
|
static int |
MSG_EVENT_WATCHDOWNLOADER_whatDOWNLOADACTIVITIESFINISHED
Receives the result of a
#requestDownloadAllActivities(UUID, IDownloadActivitiesFinishedReceiver, IFitFileDownloadedReceiver, IAntFsProgressUpdateReceiver) command. |
static int |
MSG_EVENT_WATCHDOWNLOADER_whatLISTENFORNEWACTIVITIESDATA
Delivers events for the listenForNewActivities commands.
|
static int |
MSG_REQACC_PARAM_MODE_iSCANAVAILABLEDEVICES
The request access code
|
static java.lang.String |
PATH_ANTPLUS_WATCHDOWNLOADERPLUGIN_PKG
The plugin package path.
|
static java.lang.String |
PATH_ANTPLUS_WATCHDOWNLOADERPLUGIN_SERVICE
The plugin service path.
|
Constructor and Description |
---|
AntPlusWatchDownloaderPcc.IpcDefines() |
public static final java.lang.String PATH_ANTPLUS_WATCHDOWNLOADERPLUGIN_PKG
public static final java.lang.String PATH_ANTPLUS_WATCHDOWNLOADERPLUGIN_SERVICE
public static final int MSG_REQACC_PARAM_MODE_iSCANAVAILABLEDEVICES
public static final int MSG_EVENT_WATCHDOWNLOADER_whatAVAILABLEDEVICELIST
public static final java.lang.String MSG_EVENT_WATCHDOWNLOADER_AVAILABLEDEVICELIST_PARAM_intLISTUPDATECODE
AntPlusWatchDownloaderPcc.DeviceListUpdateCode
indicating what is changing on the list. Sent in the MSG_EVENT_WATCHDOWNLOADER_whatAVAILABLEDEVICELIST
event.public static final java.lang.String MSG_EVENT_WATCHDOWNLOADER_AVAILABLEDEVICELIST_PARAM_arrayParcelableDEVICEINFOS
MSG_EVENT_WATCHDOWNLOADER_whatAVAILABLEDEVICELIST
event.public static final java.lang.String MSG_EVENT_WATCHDOWNLOADER_AVAILABLEDEVICELIST_PARAM_parcelableCHANGINGDEVICEINFO
MSG_EVENT_WATCHDOWNLOADER_whatAVAILABLEDEVICELIST
event.public static final int MSG_EVENT_WATCHDOWNLOADER_whatDOWNLOADACTIVITIESFINISHED
#requestDownloadAllActivities(UUID, IDownloadActivitiesFinishedReceiver, IFitFileDownloadedReceiver, IAntFsProgressUpdateReceiver)
command.public static final java.lang.String MSG_EVENT_WATCHDOWNLOADER_DOWNLOADACTIVITIESFINISHED_PARAM_intSTATUSCODE
AntFsCommon.AntFsRequestStatusCode
indicating the result of the request. Sent in the MSG_EVENT_WATCHDOWNLOADER_whatDOWNLOADACTIVITIESFINISHED
event.public static final int MSG_EVENT_WATCHDOWNLOADER_whatLISTENFORNEWACTIVITIESDATA
public static final java.lang.String MSG_CMD_WATCHDOWNLOADER_DOWNLOADREQUEST_PARAM_uuidTARGETDEVICEUUID
public static final int MSG_CMD_WATCHDOWNLOADER_whatREQUESTCURRENTDEVICELIST
AntPlusWatchDownloaderPcc#requestDeviceListAccess(Context, IPluginAccessResultReceiver, IDeviceStateChangeReceiver, IAvailableDeviceListReceiver)
.public static final int MSG_CMD_WATCHDOWNLOADER_whatREQUESTDOWNLOADALLACTIVITIES
public static final int MSG_CMD_WATCHDOWNLOADER_whatREQUESTDOWNLOADNEWACTIVITIES
public static final int MSG_CMD_WATCHDOWNLOADER_whatLISTENFORNEWACTIVITIES
public static final int MSG_CMD_WATCHDOWNLOADER_whatCANCELLISTENFORNEWACTIVITIES
Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.