다음을 통해 공유


DigitCollectionCompletionReason 열거형

정의

숫자 컬렉션 작업이 완료된 이유

public enum DigitCollectionCompletionReason
type DigitCollectionCompletionReason = 
Public Enum DigitCollectionCompletionReason
상속
DigitCollectionCompletionReason

필드

CallTerminated 4

기본 호출이 종료되었습니다.

이로 인해 "실패한" DigitCollection 시도가 발생합니다.

CompletedStopToneDetected 3

사용자 펀칭이 중지된 톤의 숫자 수집 시도가 중지되었습니다.

이로 인해 "성공적인" DigitCollection 시도가 발생하며 그때까지 수집된 숫자를 반환합니다. 검색된 stopTone은 반환되는 숫자에서 제외됩니다.

InitialSilenceTimeout 1

사용자가 숫자로 펀칭을 시작해야 하는 최대 기간이 경과했습니다.

이로 인해 "실패한" DigitCollection 시도가 발생합니다.

InterdigitTimeout 2

연속 숫자의 사용자 펀칭 사이의 최대 기간이 경과했습니다.

이로 인해 "성공적인" DigitCollection 시도가 발생하며 그때까지 수집된 숫자를 반환합니다.

TemporarySystemFailure 5

기타 시스템 오류

Unknown 0

알 수 없음을 인식할 수 없습니다.

적용 대상