We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84a9c2f commit 83018c8Copy full SHA for 83018c8
ios/RNCallKeep/RNCallKeep.m
@@ -32,6 +32,7 @@
32
static NSString *const RNCallKeepPerformPlayDTMFCallAction = @"RNCallKeepDidPerformDTMFAction";
33
static NSString *const RNCallKeepDidToggleHoldAction = @"RNCallKeepDidToggleHoldAction";
34
static NSString *const RNCallKeepProviderReset = @"RNCallKeepProviderReset";
35
+static NSString *const RNCallKeepCheckReachability = @"RNCallKeepCheckReachability";
36
37
@implementation RNCallKeep
38
{
@@ -90,7 +91,8 @@ - (void)dealloc
90
91
RNCallKeepDidPerformSetMutedCallAction,
92
RNCallKeepPerformPlayDTMFCallAction,
93
RNCallKeepDidToggleHoldAction,
- RNCallKeepProviderReset
94
+ RNCallKeepProviderReset,
95
+ RNCallKeepCheckReachability
96
];
97
}
98
0 commit comments