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
- `clear`: Clear notification after action button is tapped
134
+
- `position`: The order of the buttons. Used when defining different action types.
135
+
- `http`: Add <!-- textlint-disable -->**'http'**<!-- textlint-enable --> button actions that sends an Android broadcast intent when the action button is tapped.
136
+
- `label`: Label of the broadcast action button in the notification.
137
+
- `url`: URL to which the HTTP request will be sent.
138
+
- `method`: HTTP method to use for request, default is `POST`
139
+
- `headers`: HTTP headers to pass in request (key-value pairs).
140
+
- `body`: Payload to send in the HTTP body.
141
+
- `clear`: Clear notification after action button is tapped.
142
+
- `position`: The order of the buttons. Used when defining different action types.
0 commit comments