Click or drag to resize

ToneNotificationMode Class

Inheritance Hierarchy
Enum
  Com.Datalogic.Decode.ConfigurationToneNotificationMode

Namespace:  Com.Datalogic.Decode.Configuration
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class ToneNotificationMode : Enum

The ToneNotificationMode type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAudioFile
Play an audio tone of choice
Public propertyStatic memberBaroque
Play baroque tone.
Public propertyStatic memberBeep
Play a beep
Public propertyJniPeerMembers
To be added.
Public propertyStatic memberNone
None
Public propertyStatic memberViper
Play viper tone.
Top
Methods
  NameDescription
Public methodStatic memberValueOf
Returns the enum constant of this type with the specified name.
Public methodStatic memberValues
Returns an array containing the constants of this enum type, in the order they are declared.
Top
Remarks
ToneNotificationMode is an enumeration defining the audio notification mode, subject to Good read rules. The type is one of:
NONETurn off audio notification mechanism
BEEPPlay a simple beep sound
AUDIO_FILEPlay the desired audio file, specified by GoodReadAudioFile, just one time
VIPERPlay Viper beep sound, just one time
BAROQUEPlay Baroque beep sound, just one time

[Android Documentation]

See Also