Click or drag to resize

ToneNotificationChannel Class

Inheritance Hierarchy
Enum
  Com.Datalogic.Decode.ConfigurationToneNotificationChannel

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 ToneNotificationChannel : Enum

The ToneNotificationChannel type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAlarm
Alarm
Public propertyJniPeerMembers
To be added.
Public propertyStatic memberMusic
Music
Public propertyStatic memberRing
Ring
Public propertyStatic memberScanner
Scanner
Public propertyStatic memberVoiceCall
Voice call
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
ToneNotificationChannel is an enumeration defining the audio channel to use for the scanner notification, subject to Good read rules. The type is one of:
SCANNERThe audio channel used by the scanner (default). While using this channel, the volume is controlled by the GoodReadAudioVolume property.
MUSICThe music audio channel. While using this channel, the volume is controlled by the channel and subsequently modified by the GoodReadAudioVolume property.
VOICE_CALLThe voice call audio channel. While using this channel, the volume is controlled by the channel and subsequently modified by the GoodReadAudioVolume property.
ALARMThe alarm audio channel. While using this channel, the volume is controlled by the channel and subsequently modified by the GoodReadAudioVolume property.
RINGThe phone ring audio channel. While using this channel, the volume is controlled by the channel and subsequently modified by the GoodReadAudioVolume property.

[Android Documentation]

See Also