You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -161,6 +161,10 @@ public class PusherAuth: NSObject {
161
161
}
162
162
```
163
163
164
+
Provided the authorization process succeeds you need to then call the supplied `completionHandler` with a `PusherAuth` object so that the subscription process can complete.
165
+
166
+
If for whatever reason your authorization process fails then you just need to call the `completionHandler` with `nil` as the only parameter.
167
+
164
168
Note that if you want to specify the cluster to which you want to connect then you use the `host` property as follows:
0 commit comments