From faca4ea11be26953b0a031e104e7dfcbd6ed9024 Mon Sep 17 00:00:00 2001 From: Michael Lehenbauer Date: Tue, 19 Dec 2017 16:05:20 -0800 Subject: Rename all the onlineStateChanged methods to applyChangedOnlineState. (#574) --- Firestore/Source/Core/FSTEventManager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Firestore/Source/Core/FSTEventManager.h') 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; -- cgit v1.2.3