public class AntPlusWatchDownloaderPcc.IpcDefines
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | MSG_CMD_WATCHDOWNLOADER_DOWNLOADREQUEST_PARAM_uuidTARGETDEVICEUUIDThe target device to make the request on. | 
| static int | MSG_CMD_WATCHDOWNLOADER_whatCANCELLISTENFORNEWACTIVITIESCancels 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_whatLISTENFORNEWACTIVITIESSubmits a request to listen for all new activities available for the target device. | 
| static int | MSG_CMD_WATCHDOWNLOADER_whatREQUESTCURRENTDEVICELISTRequests the current device list. | 
| static int | MSG_CMD_WATCHDOWNLOADER_whatREQUESTDOWNLOADALLACTIVITIESRequests a download of all activities from the device. | 
| static int | MSG_CMD_WATCHDOWNLOADER_whatREQUESTDOWNLOADNEWACTIVITIESRequests a download of all activities from the device. | 
| static java.lang.String | MSG_EVENT_WATCHDOWNLOADER_AVAILABLEDEVICELIST_PARAM_arrayParcelableDEVICEINFOSDevices currently available to connect to. | 
| static java.lang.String | MSG_EVENT_WATCHDOWNLOADER_AVAILABLEDEVICELIST_PARAM_intLISTUPDATECODEA  AntPlusWatchDownloaderPcc.DeviceListUpdateCodeindicating what is changing on the list. | 
| static java.lang.String | MSG_EVENT_WATCHDOWNLOADER_AVAILABLEDEVICELIST_PARAM_parcelableCHANGINGDEVICEINFOThe 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_intSTATUSCODEThe  AntFsCommon.AntFsRequestStatusCodeindicating the result of the request. | 
| static int | MSG_EVENT_WATCHDOWNLOADER_whatAVAILABLEDEVICELISTBroadcasts 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_whatDOWNLOADACTIVITIESFINISHEDReceives the result of a  #requestDownloadAllActivities(UUID, IDownloadActivitiesFinishedReceiver,  IFitFileDownloadedReceiver, IAntFsProgressUpdateReceiver)command. | 
| static int | MSG_EVENT_WATCHDOWNLOADER_whatLISTENFORNEWACTIVITIESDATADelivers events for the listenForNewActivities commands. | 
| static int | MSG_REQACC_PARAM_MODE_iSCANAVAILABLEDEVICESThe request access code | 
| static java.lang.String | PATH_ANTPLUS_WATCHDOWNLOADERPLUGIN_PKGThe plugin package path. | 
| static java.lang.String | PATH_ANTPLUS_WATCHDOWNLOADERPLUGIN_SERVICEThe 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.