Interface CallQualityWarningEvent
-
- All Implemented Interfaces:
public interface CallQualityWarningEventGeneral interface for objects describing call quality warning events.
-
-
Method Summary
Modifier and Type Method Description abstract StringgetName()String representation of the warning abstract CallQualityWarningEventTypegetType()Type of the warning event. -
-
Method Detail
-
getType
abstract CallQualityWarningEventType getType()
Type of the warning event.
-
-
-
-