Enumerations

The following enumerations are available globally.

Call State

  • Describes states call can be in

    See more

    Declaration

    Objective-C

    enum SINCallState {}

    Swift

    enum SINCallState : Int

Call Direction

  • Describes direction of the call

    See more

    Declaration

    Objective-C

    enum SINCallDirection {}

    Swift

    enum SINCallDirection : Int

Call End Cause

  • Describes possbile causes for call end

    See more

    Declaration

    Objective-C

    enum SINCallEndCause {}

    Swift

    enum SINCallEndCause : Int
  • Defines different types of log severity

    See more

    Declaration

    Objective-C

    enum SINLogSeverity {}

    Swift

    enum SINLogSeverity : Int