Type Definitions
The following type definitions are available globally.
-
Undocumented
Declaration
Objective-C
typedef NSString * VGConversationIdSwift
typealias VGConversationId = String -
Undocumented
Declaration
Objective-C
typedef NSString * VGConversationIdOrNameSwift
typealias VGConversationIdOrName = String -
Undocumented
Declaration
Objective-C
typedef void (^ onLogCallback)(VGLoggingLevel logLevel, VGTopic* topic, NSString* message)Swift
typealias onLogCallback = (VGLoggingLevel, VGTopic, String) -> Void -
Undocumented
Declaration
Objective-C
typedef NSString * VGMemberIdSwift
typealias VGMemberId = String -
Undocumented
Declaration
Objective-C
typedef NSString * VGUsernameSwift
typealias VGUsername = String -
Undocumented
Declaration
Objective-C
typedef NSString * VGUserIdSwift
typealias VGUserId = String -
Undocumented
Declaration
Objective-C
typedef NSString * VGUserIdOrNameSwift
typealias VGUserIdOrName = String -
Undocumented
Declaration
Objective-C
typedef unsigned char char8_tSwift
typealias char8_t = UInt8 -
Undocumented
Declaration
Objective-C
typedef uint_least16_t char16_tSwift
typealias char16_t = uint_least16_t -
Undocumented
Declaration
Objective-C
typedef uint_least32_t char32_tSwift
typealias char32_t = uint_least32_t -
Undocumented
Declaration
Objective-C
typedef float swift_float2Swift
typealias swift_float2 = SIMD2<Float> -
Undocumented
Declaration
Objective-C
typedef float swift_float3Swift
typealias swift_float3 = SIMD3<Float> -
Undocumented
Declaration
Objective-C
typedef float swift_float4Swift
typealias swift_float4 = SIMD4<Float> -
Undocumented
Declaration
Objective-C
typedef double swift_double2Swift
typealias swift_double2 = SIMD2<Double> -
Undocumented
Declaration
Objective-C
typedef double swift_double3Swift
typealias swift_double3 = SIMD3<Double> -
Undocumented
Declaration
Objective-C
typedef double swift_double4Swift
typealias swift_double4 = SIMD4<Double> -
Undocumented
Declaration
Objective-C
typedef int swift_int2Swift
typealias swift_int2 = SIMD2<Int32> -
Undocumented
Declaration
Objective-C
typedef int swift_int3Swift
typealias swift_int3 = SIMD3<Int32> -
Undocumented
Declaration
Objective-C
typedef int swift_int4Swift
typealias swift_int4 = SIMD4<Int32> -
Undocumented
Declaration
Objective-C
typedef unsigned int swift_uint2Swift
typealias swift_uint2 = SIMD2<UInt32> -
Undocumented
Declaration
Objective-C
typedef unsigned int swift_uint3Swift
typealias swift_uint3 = SIMD3<UInt32> -
Undocumented
Declaration
Objective-C
typedef unsigned int swift_uint4Swift
typealias swift_uint4 = SIMD4<UInt32> -
Undocumented
Declaration
Objective-C
typedef NSString* VGSessionIdSwift
typealias VGSessionId = String -
Undocumented
Declaration
Objective-C
typedef NSString* VGCallIdSwift
typealias VGCallId = String -
Undocumented
Declaration
Objective-C
typedef void (^VonageErrorCallback)(NSError* _Nullable error)Swift
typealias VonageErrorCallback = ((any Error)?) -> Void -
Undocumented
Declaration
Objective-C
typedef void (^GetLegCallback)(NSError* _Nullable error, VGVoiceLeg* _Nullable leg)Swift
typealias GetLegCallback = ((any Error)?, VGVoiceLeg?) -> Void -
Undocumented
Declaration
Objective-C
typedef NSString* VGLegIdSwift
typealias VGLegId = String
Install in Dash
Type Definitions Reference