Click or drag to resize

StringArrayBlob Class

StringArrayBlobSerializableBlobString
Inheritance Hierarchy
System.Object
Com.Datalogic.Device.Configuration.StringArrayBlob

Namespace: Com.Datalogic.Device.Configuration
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class StringArrayBlob : SerializableBlob, 
	IJavaObject, IDisposable, IJavaPeerable

The StringArrayBlob type exposes the following members.

Constructors
NameDescription
Public methodStringArrayBlob
Initializes a new instance of the StringArrayBlob class
Public methodStringArrayBlob
Initializes a new instance of the StringArrayBlob class
Public methodStringArrayBlob
Initializes a new instance of the StringArrayBlob class
Top
Properties
NameDescription
Public propertyJniPeerMembers
To be added.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Top
Methods
NameDescription
Public methodAdd
Appends the specified String to the end of this list.
Public methodClear
Clear all String elements in the list.
Public methodGet
Returns the String at the specified position in this list.
Public methodIterator
Returns an iterator over elements of String.
Public methodRemove
Removes the String at the specified position in this list.
Public methodSize
Returns the number of String elements in this list.
Top
Remarks
StringArrayBlob implements the SerializableBlob that manages a list of String.

[Android Documentation]

See Also