aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Source/Remote/FSTRemoteStore.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/Remote/FSTRemoteStore.h
parent9ddf3637ac984abfe16d4ebef6ff3947b4e946c1 (diff)
Rename all the onlineStateChanged methods to applyChangedOnlineState. (#574)
Diffstat (limited to 'Firestore/Source/Remote/FSTRemoteStore.h')
-rw-r--r--Firestore/Source/Remote/FSTRemoteStore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Firestore/Source/Remote/FSTRemoteStore.h b/Firestore/Source/Remote/FSTRemoteStore.h
index 313ddb7..18331ff 100644
--- a/Firestore/Source/Remote/FSTRemoteStore.h
+++ b/Firestore/Source/Remote/FSTRemoteStore.h
@@ -83,7 +83,7 @@ NS_ASSUME_NONNULL_BEGIN
@protocol FSTOnlineStateDelegate <NSObject>
/** Called whenever the online state of the watch stream changes */
-- (void)watchStreamDidChangeOnlineState:(FSTOnlineState)onlineState;
+- (void)applyChangedOnlineState:(FSTOnlineState)onlineState;
@end