aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Source/Core/FSTEventManager.h
diff options
context:
space:
mode:
authorGravatar Michael Lehenbauer <mikelehen@gmail.com>2017-12-19 16:05:20 -0800
committerGravatar GitHub <noreply@github.com>2017-12-19 16:05:20 -0800
commitfaca4ea11be26953b0a031e104e7dfcbd6ed9024 (patch)
tree5a248613aeef8e88c7358985f696bec619032805 /Firestore/Source/Core/FSTEventManager.h
parent9ddf3637ac984abfe16d4ebef6ff3947b4e946c1 (diff)
Rename all the onlineStateChanged methods to applyChangedOnlineState. (#574)
Diffstat (limited to 'Firestore/Source/Core/FSTEventManager.h')
-rw-r--r--Firestore/Source/Core/FSTEventManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Firestore/Source/Core/FSTEventManager.h b/Firestore/Source/Core/FSTEventManager.h
index edd2a96..8eafd4b 100644
--- a/Firestore/Source/Core/FSTEventManager.h
+++ b/Firestore/Source/Core/FSTEventManager.h
@@ -62,7 +62,7 @@ NS_ASSUME_NONNULL_BEGIN
- (void)queryDidChangeViewSnapshot:(FSTViewSnapshot *)snapshot;
- (void)queryDidError:(NSError *)error;
-- (void)clientDidChangeOnlineState:(FSTOnlineState)onlineState;
+- (void)applyChangedOnlineState:(FSTOnlineState)onlineState;
@property(nonatomic, strong, readonly) FSTQuery *query;