Adapter Drop Reason
Shared drop reason exposed by adapter result APIs.
어댑터 결과 API에서 공통으로 노출하는 드롭 사유입니다.
Entries
Dropped because the queue was full and the oldest pending operation was removed.
큐가 가득 차 가장 오래된 대기 연산이 제거되어 드롭되었습니다.
Dropped because the queue was cleared before enqueueing the latest operation.
최신 연산을 추가하기 전에 큐를 비우는 과정에서 드롭되었습니다.
Dropped by an explicit clear-and-enqueue request.
명시적 clear-and-enqueue 요청으로 드롭되었습니다.
Dropped because the queue was cleared through API call.
API 호출로 큐가 비워지면서 드롭되었습니다.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.