Share via


INInteractionDirection Enum

Definition

Enumerates the direction of information flow relative to the device.

[ObjCRuntime.Native]
public enum INInteractionDirection
[<ObjCRuntime.Native>]
type INInteractionDirection = 
Inheritance
INInteractionDirection
Attributes

Fields

Name Value Description
Unspecified 0

Indicates that direction does not flow from or towards the device.

Outgoing 1

Data flows outward from the device (for instance, initiating a call).

Incoming 2

Data moves towards the device (for instance, a message to the user).

Applies to