File tree 1 file changed +4
-4
lines changed
packages/pusher_beams/lib
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ class PusherBeams extends PusherBeamsPlatform with CallbackHandlerApi {
30
30
/// This is intended to be a singleton
31
31
static PusherBeams get instance => _instance;
32
32
33
- /// Gets any data associated to a Push Notification when opening the app by
34
- /// taping on it.
33
+ /// Reads the [info] key included in a Push Notification when opening the app
34
+ /// by tapping on it.
35
35
///
36
36
/// ## Example Usage
37
37
///
@@ -41,8 +41,8 @@ class PusherBeams extends PusherBeamsPlatform with CallbackHandlerApi {
41
41
/// }
42
42
/// ```
43
43
///
44
- /// In order to receive data you need to send the pusher message in the
45
- /// following format :
44
+ /// In order to receive data the published payload must contain an [info] key
45
+ /// in the [data] key :
46
46
///
47
47
/// ```json
48
48
/// {
You can’t perform that action at this time.
0 commit comments