Skip to content

Commit

Permalink
Fix application:didReceiveRemoteNotification:fetchCompletionHandler: …
Browse files Browse the repository at this point in the history
…documentation link
  • Loading branch information
dominiczaq committed Dec 4, 2019
1 parent ef28567 commit 3277923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pushnotificationios.md
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ You will never need to instantiate `PushNotificationIOS` yourself. Listening to
finish(fetchResult);
```

This method is available for remote notifications that have been received via: `application:didReceiveRemoteNotification:fetchCompletionHandler:` https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIApplicationDelegate_Protocol/#//apple_ref/occ/intfm/UIApplicationDelegate/application:didReceiveRemoteNotification:fetchCompletionHandler:
This method is available for remote notifications that have been received via: `application:didReceiveRemoteNotification:fetchCompletionHandler:` https://developer.apple.com/documentation/uikit/uiapplicationdelegate/1623013-application?language=objc

Call this to execute when the remote notification handling is complete. When calling this block, pass in the fetch result value that best describes the results of your operation. You _must_ call this handler and should do so as soon as possible. For a list of possible values, see `PushNotificationIOS.FetchResult`.

Expand Down

0 comments on commit 3277923

Please sign in to comment.