to top
Datalogic APIs
public final enum

ToneNotificationChannel

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.datalogic.decode.configuration.ToneNotificationChannel

Class Overview

ToneNotificationChannel is an enumeration defining the audio channel to use for the scanner notification, subject to Good read rules. The type is one of:

SCANNER The audio channel used by the scanner (default). While using this channel, the volume is controlled by the goodReadAudioVolume property.
MUSIC The music audio channel. While using this channel, the volume is controlled by the STREAM_MUSIC channel and subsequently modified by the goodReadAudioVolume property.
VOICE_CALL The voice call audio channel. While using this channel, the volume is controlled by the STREAM_VOICE_CALL channel and subsequently modified by the goodReadAudioVolume property.
ALARM The alarm audio channel. While using this channel, the volume is controlled by the STREAM_ALARM channel and subsequently modified by the goodReadAudioVolume property.
RING The phone ring audio channel. While using this channel, the volume is controlled by the STREAM_RING channel and subsequently modified by the goodReadAudioVolume property.

Summary

Enum Values
ToneNotificationChannel  ALARM  Alarm  
ToneNotificationChannel  MUSIC  Music  
ToneNotificationChannel  RING  Ring  
ToneNotificationChannel  SCANNER  Scanner  
ToneNotificationChannel  VOICE_CALL  Voice call  
Public Methods
static ToneNotificationChannel valueOf(String name)
final static ToneNotificationChannel[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ToneNotificationChannel ALARM

Added in revision 26

Alarm

public static final ToneNotificationChannel MUSIC

Added in revision 26

Music

public static final ToneNotificationChannel RING

Added in revision 26

Ring

public static final ToneNotificationChannel SCANNER

Added in revision 26

Scanner

public static final ToneNotificationChannel VOICE_CALL

Added in revision 26

Voice call

Public Methods

public static ToneNotificationChannel valueOf (String name)

Added in revision 26

public static final ToneNotificationChannel[] values ()

Added in revision 26