to top
Datalogic APIs
public class

SupportedWtApplications

extends StringArrayBlob
java.lang.Object
   ↳ com.datalogic.device.configuration.SerializableBlob
     ↳ com.datalogic.device.configuration.StringArrayBlob
       ↳ com.datalogic.device.configuration.SupportedWtApplications

Class Overview

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.

Summary

Public Constructors
SupportedWtApplications()
Default constructor
SupportedWtApplications(List<String> strings)
SupportedWtApplications's constructor from a list of String.
Public Methods
ApplicationInfo getAvailableWtApplication(Context context, int i)
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

Public Constructors

public SupportedWtApplications ()

Added in revision 36

Default constructor

public SupportedWtApplications (List<String> strings)

Added in revision 36

SupportedWtApplications's constructor from a list of String.

Parameters
strings : List of String.

Public Methods

public ApplicationInfo getAvailableWtApplication (Context context, int i)

Added in revision 36

Returns the ApplicationInfo of the installed application at the specified position in the SupportedWtApplications list.

Parameters
i : index of the application.
Returns
  • ApplicationInfo : Information of the installed application at the specified position in the SupportedWtApplications list.