View source: R/subscriptions.R
| subscriptions_ack | R Documentation |
The Pub/Sub system can remove the relevant messages from the subscription. Acknowledging a message whose ack deadline has expired may succeed, but such a message may be redelivered later. Acknowledging a message more than once will not result in an error.
subscriptions_ack(ack_ids, subscription)
ack_ids |
|
subscription |
|
logical TRUE if message(s) was successfully acknowledged
Other Subscription functions:
subscriptions_create(),
subscriptions_delete(),
subscriptions_detach(),
subscriptions_exists(),
subscriptions_get(),
subscriptions_list(),
subscriptions_modify_ack_deadline(),
subscriptions_modify_pushconf(),
subscriptions_patch(),
subscriptions_pull(),
subscriptions_seek()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.