Package com.nimmsta.intent_library.models.actions
See: Description
-
Class Summary Class Description ActionResponse This class represents the format of responses we get from the NIMMSTA App AttachLightTagAction this action attached a location to a light tag. BluetoothCompatibilityAction This action sets or gets compatibility mode for bluetooth. BluetoothCompatibilityActionResponse CancelAllConnectAction This action cancels all current connection attempts CancelConnectAction This action cancels a current connection attempt You need to provide the address or the connection code that was used to initiate the connection attempt CancelSearchAction This action cancels the search for new devices ConnectToAddressAction This action triggers a connection attempt to a device with the given address ConnectToConnectionCodeAction This action triggers a connection attempt to a device with the given connection code DetachLightTagAction This action detaches a location from a light tag. DisconnectAction This action disconnects a device (and shutdowns it if wanted) DisplayConnectActivityAction This action displays the connect activity to connect a new scanner GetConnectionCodeAction Action that gets a newly generated connection code from the api To see what data gets returned see GetConnectionCodeResponse GetConnectionCodeResponse GetDeviceInfoAction Action that gets infos of the scanner GetDeviceInfoResponse GetInitialConnectionManagerInfosAction This action gets a list of devices and the manager settings IsConnectedAction Action that gets infos of the scanner PerformSoftwareUpdateAction Performs a software update. SearchForLightTagsAction SearchForNimmstaDevicesAction This action starts the search for new devices Use the Events (com.nimmsta.intent_library.NIMMSTAManagerEventHandler.deviceFound, com.nimmsta.intent_library.NIMMSTAManagerEventHandler.deviceRemoved) of the com.nimmsta.intent_library.NIMMSTAManagerEventHandler to get informed about newly discovered or lost devices SetAppInBackgroundScreenAction This action sets the layout used when no app is connected to intent service. SetConnectionManagerSettingsAction This action sets the settings for the connection manager SetDecoderBoardSettingsAction Action that sends and sets new decoderboard settings SetDesiredLightTagsAction This action illuminates light tags or turns them off (providing locations an empty array will turn off all light tags). SetDesiredLightTagsWithMacAddressAction This action illuminates light tags or turns them off (providing locations an empty array will turn off all light tags). SetDeviceSettingsAction Action that sets the information about the device. SetLEDColorAction This actions sets the color of the LED of the scanner SetLayoutAction This action sets the layout on the scanner SetLayoutForAction This action set the layout on the scanner for a given time. SetScreenOrientationAction This action sets the screen orientation of the device See ScreenOrientation for possible values StopReconnectingAction This action stops reconnecting to a device StopSearchForLightTagsAction TriggerBeeperBurstAction This action triggers the beeper of the scanner in a given pattern TriggerImagerAction This action triggers the imager on the scanner for the given duration TriggerLEDBurstAction This action triggers the LED of the scanner in a given pattern and color TriggerSOSAction This action triggers the SOS signal on the scanner 3x Beep, red LED, vibration TriggerVibratorBurstAction This action triggers the vibrator of the scanner in a given pattern UpdateLayoutAction This action updates a given layout on the scanner Parameters have to be the names of the elements in the already displayed layout for this to have any effect ValidateSoftwareUpdateAction This action disconnects a device (and shutdowns it if wanted) SoftwareUpdateInfo -
Object Summary Object Description Companion -
Interface Summary Interface Description IAction Interface for actions we send to the NIMMSTA App