| java.lang.Object | |||
| ↳ | com.datalogic.device.configuration.SerializableBlob | ||
| ↳ | com.datalogic.device.configuration.StringArrayBlob | ||
| ↳ | com.datalogic.device.configuration.SupportedWtApplications | ||
StringArrayBlob implements the class that manages the list of supported Walkie-Talkie applications to be used with the Push-to-Talk button.
 The class is managed by the ConfigurationManager BlobProperty KEYBOARD_PTT_SUPPORTED_WT_APPLICATIONS.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Default constructor
 
  
   | |||||||||||
SupportedWtApplications's constructor from a list of  
  
  String. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the  
  
  ApplicationInfo of the installed application at the specified position in the SupportedWtApplications list. | |||||||||||
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  com.datalogic.device.configuration.StringArrayBlob
 | |||||||||||
   
From class
  com.datalogic.device.configuration.SerializableBlob
 | |||||||||||
   
From class
  java.lang.Object
 | |||||||||||
   
From interface
  java.lang.Iterable
 | |||||||||||
SupportedWtApplications's constructor from a list of String.
| strings | : List of String.
 | 
        
|---|
Returns the ApplicationInfo of the installed application at the specified position in the SupportedWtApplications list.
| i | : index of the application. | 
|---|
ApplicationInfo : Information of the installed application at the specified position in the SupportedWtApplications list.