We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0468e06 commit 4b6de5dCopy full SHA for 4b6de5d
Segment/Classes/SEGMiddleware.h
@@ -76,6 +76,6 @@ NS_SWIFT_NAME(EdgeFunctionMiddleware)
76
- (void)setEdgeFunctionData:(NSDictionary *_Nullable)data;
77
- (void)addToDataBridge:(NSString * _Nonnull)key value:(id _Nonnull)value NS_SWIFT_NAME(addToDataBridge(key:value:));
78
- (void)removeFromDataBridge:(NSString * _Nonnull)key NS_SWIFT_NAME(removeFromDataBridge(key:));
79
-- (NSDictionary<NSString *, id> * _Nonnull)dataBridgeSnapshot;
+- (NSDictionary<NSString *, id> * _Nullable)dataBridgeSnapshot;
80
@end
81
0 commit comments