Lists
Example
val properties = ListsSubscribedProperties(
listId = listId
)
bird.tracker.lists.subscribed(properties)let properties = ListsSubscribedProperties(
listId: listId
)
bird.tracker.lists.subscribed(properties)const properties: ListsSubscribedProperties = {
list_id: list_id
};
Bird.tracker.lists.subscribed(properties, event_opts);Methods
subscribed()
val properties = ListsSubscribedProperties(
listId = listId
)
bird.tracker.lists.subscribed(properties)let properties = ListsSubscribedProperties(
listId: listId
)
bird.tracker.lists.subscribed(properties)const properties: ListsSubscribedProperties = {
list_id: list_id
};
Bird.tracker.lists.subscribed(properties, event_opts);ListsSubscribedProperties
Property
Type
unsubscribed()
ListsUnsubscribedProperties
Property
Type
Last updated
Was this helpful?

