ILClassificationAction 열거형

정의

메시지 분류 작업을 열거합니다.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum ILClassificationAction
type ILClassificationAction = 
상속
ILClassificationAction
특성

필드

None 0

작업을 수행해서는 안 됨을 나타냅니다.

ReportJunk 2

사용자가 메시지가 정크 메일임을 보고했음을 나타냅니다.

ReportJunkAndBlockSender 3

사용자가 메시지가 정크 메일임을 보고했으며 보낸 사용자를 차단하려고 함을 나타냅니다.

ReportNotJunk 1

사용자가 메시지가 정크 메일이 아니라고 보고했음을 나타냅니다.

적용 대상