public class

IntentMapping

extends MappingObject
java.lang.Object
   ↳ com.datalogic.device.input.MappingObject
     ↳ com.datalogic.device.input.IntentMapping

Class Overview

A MappingObject contains an Intent.

Summary

[Expand]
Inherited Constants
From class com.datalogic.device.input.MappingObject
From interface android.os.Parcelable
Fields
public static final Creator<IntentMapping> CREATOR
[Expand]
Inherited Fields
From class com.datalogic.device.input.MappingObject
Public Constructors
IntentMapping(Intent intent)
Creates with an Intent object
Public Methods
Intent getIntent()
Returns the stored Intent object stored in this class.
void writeToParcel(Parcel out, int flags)
[Expand]
Inherited Methods
From class com.datalogic.device.input.MappingObject
From class java.lang.Object
From interface android.os.Parcelable

Fields

public static final Creator<IntentMapping> CREATOR

Added in revision 35

Public Constructors

public IntentMapping (Intent intent)

Added in revision 35

Creates with an Intent object

Parameters
intent Android intent object

Public Methods

public Intent getIntent ()

Added in revision 35

Returns the stored Intent object stored in this class.

Returns
  • the stored Android intent object

public void writeToParcel (Parcel out, int flags)

Added in revision 35