- CAMERA_ID_PROPERTY - Static variable in class com.milestonesys.xpmobilesdk.communication.LiveVideo
-
Property keywords for the video streaming.
- changePlaySpeed(String, double, SuccessCallback, ErrorCallback) - Method in class com.milestonesys.xpmobilesdk.XPMobileSDK
-
ChangePlaySpeed - sends request to the Mobile Server to change the playback speed of the stream.
- changeVideoStream(String, int, int, int, int, int, int, SuccessCallback, ErrorCallback) - Method in class com.milestonesys.xpmobilesdk.XPMobileSDK
-
ChangeVideoStream - sends request to the Mobile Server to change the stream depend on passed parameters.
- closeCommunication() - Method in class com.milestonesys.xpmobilesdk.XPMobileSDK
-
Sends disconnect command to the server and closes the communication.
- CMD_TYPE_REQUEST - Static variable in class com.milestonesys.xpmobilesdk.communication.CommunicationCommand
-
- CMD_TYPE_RESPONSE - Static variable in class com.milestonesys.xpmobilesdk.communication.CommunicationCommand
-
- CMD_TYPE_SWIPE - Static variable in class com.milestonesys.xpmobilesdk.communication.CommunicationCommand
-
- CMD_TYPE_TAP_AND_HOLD - Static variable in class com.milestonesys.xpmobilesdk.communication.CommunicationCommand
-
- com.milestonesys.xpmobilesdk - package com.milestonesys.xpmobilesdk
-
- com.milestonesys.xpmobilesdk.callbacks - package com.milestonesys.xpmobilesdk.callbacks
-
- com.milestonesys.xpmobilesdk.communication - package com.milestonesys.xpmobilesdk.communication
-
- COMMAND - Static variable in class com.milestonesys.xpmobilesdk.communication.CommunicationCommand
-
- COMMUNICAITON - Static variable in class com.milestonesys.xpmobilesdk.communication.CommunicationCommand
-
- CommunicationCommand - Class in com.milestonesys.xpmobilesdk.communication
-
CommunicationCommand class is the parsed request or response to and from the Mobile Server.
- CommunicationCommand() - Constructor for class com.milestonesys.xpmobilesdk.communication.CommunicationCommand
-
Constructs new CommunicationCommand object without parameters.
- CommunicationCommand(String, String) - Constructor for class com.milestonesys.xpmobilesdk.communication.CommunicationCommand
-
Constructs new CommunicationCommand object with type and the name of the command.
- CommunicationCommand(int) - Constructor for class com.milestonesys.xpmobilesdk.communication.CommunicationCommand
-
Constructs new CommunicationCommand object with type Response, result Error and error code that is passed as argument.
- CommunicationCommand(String, String, String) - Constructor for class com.milestonesys.xpmobilesdk.communication.CommunicationCommand
-
Constructs new CommunicationCommand object with arguments for the type, result and error code.
- CommunicationCommand.ExportSubItem - Class in com.milestonesys.xpmobilesdk.communication
-
- CommunicationCommand.GisMapCamera - Class in com.milestonesys.xpmobilesdk.communication
-
Class that is created for internal usage.
- CommunicationCommand.GisMapLocation - Class in com.milestonesys.xpmobilesdk.communication
-
Class that is created for internal usage.
- CommunicationCommand.OESubItem - Class in com.milestonesys.xpmobilesdk.communication
-
OESubItem is used for parsing the received outputs and events from the Mobile Server.
- CommunicationCommand.SubItem - Class in com.milestonesys.xpmobilesdk.communication
-
Class that keeps the data of the received SubItems from the Mobile Server response.
- CommunicationCommand.SubItemContainer - Class in com.milestonesys.xpmobilesdk.communication
-
- CommunicationItem - Class in com.milestonesys.xpmobilesdk.communication
-
CommunicationItem class is used for the parsing of the items that are inside the tag from the Viking Protocol.
- CommunicationItem(String, String, String, UUID) - Constructor for class com.milestonesys.xpmobilesdk.communication.CommunicationItem
-
Constructs new CommunicationItem object.
- connect(SuccessCallback, ErrorCallback) - Method in class com.milestonesys.xpmobilesdk.XPMobileSDK
-
Connect command sends connect command to the Mobile Server.
- CONNECTION_CERTIFICATE_ERROR - Static variable in class com.milestonesys.xpmobilesdk.XPMobileSDK
-
- CONNECTION_CERTIFICATE_EXPIRED_ERROR - Static variable in class com.milestonesys.xpmobilesdk.XPMobileSDK
-
- CONNECTION_CERTIFICATE_INVALID_ERROR - Static variable in class com.milestonesys.xpmobilesdk.XPMobileSDK
-
- CONNECTION_ERROR - Static variable in class com.milestonesys.xpmobilesdk.XPMobileSDK
-
- CONNECTION_ID - Static variable in class com.milestonesys.xpmobilesdk.communication.CommunicationCommand
-
- CONNECTION_NEGOTIATION_ERROR - Static variable in class com.milestonesys.xpmobilesdk.XPMobileSDK
-
- ConnectionSession - Class in com.milestonesys.xpmobilesdk.communication
-
ConnectionSession keeps the data for the connected server and is used to export it out of the sdk.
- ConnectionSession(ServerInfo) - Constructor for class com.milestonesys.xpmobilesdk.communication.ConnectionSession
-
Constructs a new ConnectionSession object instance.
- connectionSetup(CommunicationCommand) - Method in class com.milestonesys.xpmobilesdk.XPMobileSDK
-
- createInvestigation(String, String, String, String, SuccessCallback, ErrorCallback) - Method in class com.milestonesys.xpmobilesdk.XPMobileSDK
-
CreateInvestigation - sends CreateInvestigation command to the Mobile Server.
- Crop(int, int, int, int) - Method in class com.milestonesys.xpmobilesdk.communication.LiveVideo
-
Sends Crop request.
- Crop(int, int, int, int) - Method in class com.milestonesys.xpmobilesdk.communication.VideoFactory
-
Sends Crop request.
- cropVideo(String, int, int, int, int, SuccessCallback, ErrorCallback) - Method in class com.milestonesys.xpmobilesdk.XPMobileSDK
-
CropVideo - sends request to the Mobile Server to crop the video stream.