File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
stdlib/public/SDK/CallKit Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 14
14
NSErrorDomain: CXErrorDomainRequestTransaction
15
15
- Name: CXErrorCodeCallDirectoryManagerError
16
16
NSErrorDomain: CXErrorDomainCallDirectoryManager
17
+ - Name: CXCallDirectoryEnabledStatus
18
+ SwiftName: CXCallDirectoryManager.EnabledStatus
19
+ - Name: CXPlayDTMFCallActionType
20
+ SwiftName: CXPlayDTMFCallAction.ActionType
21
+ - Name: CXHandleType
22
+ SwiftName: CXHandle.HandleType
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ import Foundation
16
16
@available ( iOS 10 . 0 , * )
17
17
extension CXProviderConfiguration {
18
18
@nonobjc
19
- public final var supportedHandleTypes : Set < CXHandleType > {
19
+ public final var supportedHandleTypes : Set < CXHandle . HandleType > {
20
20
get {
21
21
return Set ( __supportedHandleTypes. map {
22
- CXHandleType ( rawValue: $0. intValue) !
22
+ CXHandle . HandleType ( rawValue: $0. intValue) !
23
23
} )
24
24
}
25
25
set {
You can’t perform that action at this time.
0 commit comments