ILMessageFilterAction Enum

Definition

Enumerates actions that can be taken in response to a message.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum ILMessageFilterAction
type ILMessageFilterAction = 
Inheritance
ILMessageFilterAction
Attributes

Fields

Allow 1

Indicates that the message will be allowed.

Filter 2

Indicates that the message will be filtered.

None 0

Indicates that there is not enough information to choose an action.

Applies to