A  B  C  D  E  F  G  H  I  L  M  N  O  P  Q  R  S  T  U  V  W  Y  [ 

S

ScreenOrientation - class in com.nimmsta.intent_library.models.general
Enum to represent the screen rotation of a device.
searchForLightTags() - function in com.nimmsta.intent_library.NIMMSTAManager
Starts the search for light tagsImplement the NIMMSTAManagerEventHandler to get notified about found light tags
SearchForLightTagsAction - class in com.nimmsta.intent_library.models.actions
 
searchForNimmstaDevices() - function in com.nimmsta.intent_library.NIMMSTAManager
Starts the search for scanners.
SearchForNimmstaDevicesAction - class in com.nimmsta.intent_library.models.actions
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
sendBroadcast(Intent) - function in android.content.NIMMSTAService
 
sendBroadcast(Intent,String) - function in android.content.NIMMSTAService
 
sendBroadcast(Intent,String,Bundle) - function in android.content.NIMMSTAService
 
sendBroadcastAsUser(Intent,UserHandle) - function in android.content.NIMMSTAService
 
sendBroadcastAsUser(Intent,UserHandle,String) - function in android.content.NIMMSTAService
 
sendBroadcastWithMultiplePermissions(Intent,Array) - function in android.content.NIMMSTAService
 
sendOrderedBroadcast(Intent,String) - function in android.content.NIMMSTAService
 
sendOrderedBroadcast(Intent,String,Bundle) - function in android.content.NIMMSTAService
 
sendOrderedBroadcast(Intent,String,BroadcastReceiver,Handler,Integer,String,Bundle) - function in android.content.NIMMSTAService
 
sendOrderedBroadcast(Intent,String,Bundle,BroadcastReceiver,Handler,Integer,String,Bundle) - function in android.content.NIMMSTAService
 
sendOrderedBroadcast(Intent,String,String,BroadcastReceiver,Handler,Integer,String,Bundle) - function in android.content.NIMMSTAService
 
sendOrderedBroadcast(Intent,Integer,String,String,BroadcastReceiver,Handler,String,Bundle,Bundle) - function in android.content.NIMMSTAService
 
sendOrderedBroadcastAsUser(Intent,UserHandle,String,BroadcastReceiver,Handler,Integer,String,Bundle) - function in android.content.NIMMSTAService
 
sendStickyBroadcast(Intent) - function in android.content.NIMMSTAService
 
sendStickyBroadcast(Intent,Bundle) - function in android.content.NIMMSTAService
 
sendStickyBroadcastAsUser(Intent,UserHandle) - function in android.content.NIMMSTAService
 
sendStickyOrderedBroadcast(Intent,BroadcastReceiver,Handler,Integer,String,Bundle) - function in android.content.NIMMSTAService
 
sendStickyOrderedBroadcastAsUser(Intent,UserHandle,BroadcastReceiver,Handler,Integer,String,Bundle) - function in android.content.NIMMSTAService
 
setAllowHid(Boolean) - function in com.nimmsta.intent_library.models.actions.GetDeviceInfoResponse
 
setAllowHid(Boolean) - function in com.nimmsta.intent_library.models.general.DeviceState
 
setAllowMultiDevice(Boolean) - function in com.nimmsta.intent_library.ManagerSettings
 
setAllowMultiDevice(Boolean) - function in com.nimmsta.intent_library.NIMMSTAManager
 
setAppInBackgroundScreen(String,Map) - function in com.nimmsta.intent_library.NIMMSTAManager
Sets a custom layout to be displayed on the NIMMSTA device when the app is in the background.
setAppInBackgroundScreen(NIMMSTALayout) - function in com.nimmsta.intent_library.NIMMSTAManager
Sets a custom layout to be displayed on the NIMMSTA device when the app is in the background.
SetAppInBackgroundScreenAction - class in com.nimmsta.intent_library.models.actions
This action sets the layout used when no app is connected to intent service.
setBatteryLevel(Integer) - function in com.nimmsta.intent_library.models.actions.GetDeviceInfoResponse
 
setBatteryLevel(Integer) - function in com.nimmsta.intent_library.models.general.DeviceState
 
setConnectionCode(String) - function in com.nimmsta.intent_library.models.actions.GetDeviceInfoResponse
 
setConnectionCode(String) - function in com.nimmsta.intent_library.models.general.DeviceState
 
SetConnectionManagerSettingsAction - class in com.nimmsta.intent_library.models.actions
This action sets the settings for the connection manager
setCustomExceptionHandler(Function1) - function in com.nimmsta.intent_library.util.ErrorHandlingKt
Sets a custom handler to manage exceptions.
setCustomExceptionHandler(Function2) - function in com.nimmsta.intent_library.util.ErrorHandlingKt
Sets a custom handler to manage exceptions.
setCustomExceptionHandler(Function3) - function in com.nimmsta.intent_library.util.ErrorHandlingKt
Sets a custom handler to manage exceptions.
setDecoderBoardSettings(JsonObject) - function in com.nimmsta.intent_library.NIMMSTADevice
 
setDecoderBoardSettings(JsonObject) - function in com.nimmsta.intent_library.models.actions.GetDeviceInfoResponse
 
setDecoderBoardSettings(JsonObject) - function in com.nimmsta.intent_library.models.general.DeviceState
 
SetDecoderBoardSettingsAction - class in com.nimmsta.intent_library.models.actions
Action that sends and sets new decoderboard settings
setDesiredLightTags(List) - function in com.nimmsta.intent_library.NIMMSTAManager
Sets the desired light tags, associating each tag with the default illumination configuration.
setDesiredLightTags(List,LightTagIlluminationConfig) - function in com.nimmsta.intent_library.NIMMSTAManager
Sets the desired light tags with the specified illumination configuration.
setDesiredLightTags(List,LTColor,Integer,LTBlinkingPattern) - function in com.nimmsta.intent_library.NIMMSTAManager
Sets the desired light tags with a specific illumination configuration.
SetDesiredLightTagsAction - class in com.nimmsta.intent_library.models.actions
This action illuminates light tags or turns them off (providing locations an empty array will turn off all light tags).
setDesiredLightTagsWithMacAddress(List) - function in com.nimmsta.intent_library.NIMMSTAManager
Sets the desired light tags associated with the specified MAC addresses, applying the default illumination configuration for each light tag.
setDesiredLightTagsWithMacAddress(List,LightTagIlluminationConfig) - function in com.nimmsta.intent_library.NIMMSTAManager
Sets the desired light tags associated with the given MAC addresses, applying the specified illumination configuration to each tag.
setDesiredLightTagsWithMacAddress(List,LTColor,Integer,LTBlinkingPattern) - function in com.nimmsta.intent_library.NIMMSTAManager
Sets the desired light tags for the specified devices, identified by their MAC addresses, applying the given illumination configuration settings which include color, intensity, and blinking pattern.
SetDesiredLightTagsWithMacAddressAction - class in com.nimmsta.intent_library.models.actions
This action illuminates light tags or turns them off (providing locations an empty array will turn off all light tags).
setDeviceEventHandler(NIMMSTADeviceEventHandler) - function in com.nimmsta.intent_library.NIMMSTAIntentConnection
 
setDeviceEventHandler(NIMMSTADeviceEventHandler) - function in com.nimmsta.intent_library.NIMMSTAService
 
SetDeviceSettingsAction - class in com.nimmsta.intent_library.models.actions
Action that sets the information about the device.
setDeviceState(DeviceState) - function in com.nimmsta.intent_library.NIMMSTADevice
 
setDisconnectDelay(Duration) - function in com.nimmsta.intent_library.ApplicationIntentConnection
 
setEventHandler(NIMMSTADeviceEventHandler) - function in com.nimmsta.intent_library.ApplicationIntentConnection
 
setInterpretButtonAsMotionTrigger(Boolean) - function in com.nimmsta.intent_library.ManagerSettings
 
setInterpretButtonAsMotionTrigger(Boolean) - function in com.nimmsta.intent_library.NIMMSTAManager
 
setIsCharging(Boolean) - function in com.nimmsta.intent_library.models.actions.GetDeviceInfoResponse
 
setIsCharging(Boolean) - function in com.nimmsta.intent_library.models.general.DeviceState
 
setIsConnected(Boolean) - function in com.nimmsta.intent_library.models.actions.GetDeviceInfoResponse
 
setIsConnected(Boolean) - function in com.nimmsta.intent_library.models.general.DeviceState
 
setIsSearchingToReconnect(Boolean) - function in com.nimmsta.intent_library.models.actions.GetDeviceInfoResponse
 
setIsSearchingToReconnect(Boolean) - function in com.nimmsta.intent_library.models.general.DeviceState
 
setLayout(String) - function in com.nimmsta.intent_library.NIMMSTADevice
Sets a layout on the scanner
setLayout(NIMMSTALayout) - function in com.nimmsta.intent_library.NIMMSTADevice
Sets a layout on the scanner
setLayout(String) - function in com.nimmsta.intent_library.models.layouts.CounterLayout
 
setLayout(String) - function in com.nimmsta.intent_library.models.layouts.ErrorLayout
 
setLayout(String) - function in com.nimmsta.intent_library.models.layouts.NIMMSTALayout
 
setLayout(String) - function in com.nimmsta.intent_library.models.layouts.NumpadLayout
 
setLayout(String) - function in com.nimmsta.intent_library.models.layouts.OneCellHeaderLayout
 
setLayout(String) - function in com.nimmsta.intent_library.models.layouts.SuccessLayout
 
setLayout(String) - function in com.nimmsta.intent_library.models.layouts.ThreeCellHeaderLayout
 
setLayout(String) - function in com.nimmsta.intent_library.models.layouts.TwoCellHeaderLayout
 
SetLayoutAction - class in com.nimmsta.intent_library.models.actions
This action sets the layout on the scanner
setLayoutFor(String,Integer) - function in com.nimmsta.intent_library.NIMMSTADevice
Sets a layout for a given time on the scanner.
setLayoutFor(NIMMSTALayout,Integer) - function in com.nimmsta.intent_library.NIMMSTADevice
Sets a layout for a given time on the scanner.
SetLayoutForAction - class in com.nimmsta.intent_library.models.actions
This action set the layout on the scanner for a given time.
setLEDColor(Integer,Integer,Integer) - function in com.nimmsta.intent_library.NIMMSTADevice
Sets the Color of the LED of the scanner
SetLEDColorAction - class in com.nimmsta.intent_library.models.actions
This actions sets the color of the LED of the scanner
setLEDColorHex(String) - function in com.nimmsta.intent_library.NIMMSTADevice
Sends the SetLEDColorAction The hex String supports following formats: "#FFFFFF", "0xFFFFFF", "FFFFFF", "#FFF", "0xFFF", "FFF"
setManagerEventHandler(NIMMSTAManagerEventHandler) - function in com.nimmsta.intent_library.NIMMSTAIntentConnection
 
setManagerEventHandler(NIMMSTAManagerEventHandler) - function in com.nimmsta.intent_library.NIMMSTAService
 
setPreferredAimMode(AimMode) - function in com.nimmsta.intent_library.NIMMSTADevice
 
setPreferredAimMode(AimMode) - function in com.nimmsta.intent_library.models.actions.GetDeviceInfoResponse
 
setPreferredAimMode(AimMode) - function in com.nimmsta.intent_library.models.general.DeviceState
 
setPreferredTriggerMode(TriggerMode) - function in com.nimmsta.intent_library.NIMMSTADevice
 
setPreferredTriggerMode(TriggerMode) - function in com.nimmsta.intent_library.models.actions.GetDeviceInfoResponse
 
setPreferredTriggerMode(TriggerMode) - function in com.nimmsta.intent_library.models.general.DeviceState
 
setPrefersReconnect(Boolean) - function in com.nimmsta.intent_library.NIMMSTADevice
 
setPrefersReconnect(Boolean) - function in com.nimmsta.intent_library.models.actions.GetDeviceInfoResponse
 
setPrefersReconnect(Boolean) - function in com.nimmsta.intent_library.models.general.DeviceState
 
setPrefersShutdownOnCharge(Boolean) - function in com.nimmsta.intent_library.NIMMSTADevice
 
setPrefersShutdownOnCharge(Boolean) - function in com.nimmsta.intent_library.models.actions.GetDeviceInfoResponse
 
setPrefersShutdownOnCharge(Boolean) - function in com.nimmsta.intent_library.models.general.DeviceState
 
setReconnect(Boolean) - function in com.nimmsta.intent_library.models.actions.GetDeviceInfoResponse
 
setReconnect(Boolean) - function in com.nimmsta.intent_library.models.general.DeviceState
 
setReconnectTimeout(Integer) - function in com.nimmsta.intent_library.NIMMSTADevice
 
setReconnectTimeout(Integer) - function in com.nimmsta.intent_library.models.actions.GetDeviceInfoResponse
 
setReconnectTimeout(Integer) - function in com.nimmsta.intent_library.models.general.DeviceState
 
setRules(JsonObject) - function in com.nimmsta.intent_library.models.actions.GetDeviceInfoResponse
 
setRules(JsonObject) - function in com.nimmsta.intent_library.models.general.DeviceState
 
SetScreenOrientationAction - class in com.nimmsta.intent_library.models.actions
This action sets the screen orientation of the device See ScreenOrientation for possible values
setScreenRotation(ScreenOrientation) - function in com.nimmsta.intent_library.NIMMSTADevice
Sets the screen rotation of the scanner
setServiceName(ComponentName) - function in com.nimmsta.intent_library.NIMMSTAService.Companion
 
setSettings(ManagerSettings) - function in com.nimmsta.intent_library.NIMMSTAManager
 
setStackTrace(Array) - function in kotlin.RequestFailedException
 
setStatus(String) - function in com.nimmsta.intent_library.models.actions.GetDeviceInfoResponse
 
setStatus(String) - function in com.nimmsta.intent_library.models.general.DeviceState
 
setTheme(Integer) - function in android.content.NIMMSTAService
 
setWallpaper(Bitmap) - function in android.content.NIMMSTAService
 
setWallpaper(InputStream) - function in android.content.NIMMSTAService
 
SoftwareUpdateInfo - class in com.nimmsta.intent_library.models.actions
 
softwareUpdateProgress(NIMMSTADevice,Integer) - function in com.nimmsta.intent_library.NIMMSTADeviceEventHandler
Software update progress handler.
startActivities(Array) - function in android.content.NIMMSTAService
 
startActivities(Array,Bundle) - function in android.content.NIMMSTAService
 
startActivity(Intent) - function in android.content.NIMMSTAService
 
startActivity(Intent,Bundle) - function in android.content.NIMMSTAService
 
startForeground(Integer,Notification) - function in android.app.NIMMSTAService
 
startForeground(Integer,Notification,Integer) - function in android.app.NIMMSTAService
 
startForegroundService(Intent) - function in android.content.NIMMSTAService
 
startInstrumentation(ComponentName,String,Bundle) - function in android.content.NIMMSTAService
 
startIntentSender(IntentSender,Intent,Integer,Integer,Integer) - function in android.content.NIMMSTAService
 
startIntentSender(IntentSender,Intent,Integer,Integer,Integer,Bundle) - function in android.content.NIMMSTAService
 
startObserving(Application) - function in com.nimmsta.intent_library.ApplicationIntentConnection
 
startService(Intent) - function in android.content.NIMMSTAService
 
stopForeground(Boolean) - function in android.app.NIMMSTAService
 
stopForeground(Integer) - function in android.app.NIMMSTAService
 
stopObserving(Application) - function in com.nimmsta.intent_library.ApplicationIntentConnection
 
stopReconnecting() - function in com.nimmsta.intent_library.NIMMSTADevice
Stops reconnecting this device
StopReconnectingAction - class in com.nimmsta.intent_library.models.actions
This action stops reconnecting to a device
stopSearchForLightTags() - function in com.nimmsta.intent_library.NIMMSTAManager
Cancels the search for light tags
StopSearchForLightTagsAction - class in com.nimmsta.intent_library.models.actions
 
stopSelf() - function in android.app.NIMMSTAService
 
stopSelf(Integer) - function in android.app.NIMMSTAService
 
stopSelfResult(Integer) - function in android.app.NIMMSTAService
 
stopService(Intent) - function in android.content.NIMMSTAService
 
SuccessLayout - class in com.nimmsta.intent_library.models.layouts
 
A  B  C  D  E  F  G  H  I  L  M  N  O  P  Q  R  S  T  U  V  W  Y  [