Push notification subscription for users
Operations: list, fetch, delete
Summary
Functions
Operation: DeleteBinding | Tags: ChatV2Binding
Operation: FetchBinding | Tags: ChatV2Binding
Operation: ListBinding | Tags: ChatV2Binding
Stream: (lazy auto-pagination).
Functions
@spec delete(Twilio.Client.t(), String.t(), String.t(), keyword()) :: {:ok, map()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
Operation: DeleteBinding | Tags: ChatV2Binding
@spec fetch(Twilio.Client.t(), String.t(), String.t(), keyword()) :: {:ok, Twilio.Resources.Chat.V2.Service.Binding.t()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
Operation: FetchBinding | Tags: ChatV2Binding
@spec list(Twilio.Client.t(), String.t(), map(), keyword()) :: {:ok, Twilio.Page.t()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
Operation: ListBinding | Tags: ChatV2Binding
Query Parameters
| Parameter | Type | Description |
|---|
credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| BindingType | array | The push technology used by the Binding resources to read. Can be: apn, gcm, or fcm. See push notification configuration for more info. |
credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| Identity | array | The User's identity value of the resources to read. See access tokens for more details. |
@spec stream(Twilio.Client.t(), String.t(), map(), keyword()) :: Enumerable.t()
Stream: (lazy auto-pagination).