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