Skip to content

Commit 449a019

Browse files
committed
Document setPusherAppKey method
1 parent 7657919 commit 449a019

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Source/NativePusher.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,12 @@ public class NativePusher {
2323
*/
2424
private var pusherAppKey: String? = nil
2525

26+
/**
27+
Sets the pusherAppKey property and then attempts to flush
28+
the outbox of any pending requests
2629

30+
- parameter pusherAppKey: The Pusher app key
31+
*/
2732
public func setPusherAppKey(pusherAppKey: String) {
2833
self.pusherAppKey = pusherAppKey
2934
tryFlushOutbox()

0 commit comments

Comments
 (0)