SINCallDirection
Objective-C
enum SINCallDirection : NSInteger {}
Swift
enum SINCallDirection : Int, @unchecked Sendable
Describes direction of the call
-
Undocumented
Declaration
Objective-C
SINCallDirectionIncoming = 0
Swift
case incoming = 0
-
Undocumented
Declaration
Objective-C
SINCallDirectionOutgoing
Swift
case outgoing = 1