Provides a set of methods for Premium Account Activity API.
More...
|
AccountActivityEnvironment | Env (string env_name) |
|
Environments | Webhooks (params Expression< Func< string, object >>[] parameters) |
|
Environments | Webhooks (IDictionary< string, object > parameters) |
|
Environments | Webhooks (object parameters) |
|
Environments | Webhooks () |
|
Task< Environments > | WebhooksAsync (params Expression< Func< string, object >>[] parameters) |
|
Task< Environments > | WebhooksAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
|
Task< Environments > | WebhooksAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
|
Task< Environments > | WebhooksAsync (CancellationToken cancellationToken=default(CancellationToken)) |
|
SubscriptionsCount | SubscriptionsCount (params Expression< Func< string, object >>[] parameters) |
|
SubscriptionsCount | SubscriptionsCount (IDictionary< string, object > parameters) |
|
SubscriptionsCount | SubscriptionsCount (object parameters) |
|
SubscriptionsCount | SubscriptionsCount () |
|
Task< SubscriptionsCount > | SubscriptionsCountAsync (params Expression< Func< string, object >>[] parameters) |
|
Task< SubscriptionsCount > | SubscriptionsCountAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
|
Task< SubscriptionsCount > | SubscriptionsCountAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
|
Task< SubscriptionsCount > | SubscriptionsCountAsync (CancellationToken cancellationToken=default(CancellationToken)) |
|
Provides a set of methods for Premium Account Activity API.
◆ Env()
◆ SubscriptionsCount() [1/4]
SubscriptionsCount CoreTweet.AccountActivity.AccountActivityPremiumApi.SubscriptionsCount |
( |
| ) |
|
|
inline |
Returns the count of subscriptions that are currently active on your account for all activities.
Note that the /count endpoint requires application-only OAuth, so that you should make requests using a bearer token instead of user context.
- Returns
- The count of subscriptions.
◆ SubscriptionsCount() [2/4]
SubscriptionsCount CoreTweet.AccountActivity.AccountActivityPremiumApi.SubscriptionsCount |
( |
IDictionary< string, object > |
parameters | ) |
|
|
inline |
Returns the count of subscriptions that are currently active on your account for all activities.
Note that the /count endpoint requires application-only OAuth, so that you should make requests using a bearer token instead of user context.
Available parameters: Nothing.
- Parameters
-
parameters | The parameters. |
- Returns
- The count of subscriptions.
◆ SubscriptionsCount() [3/4]
SubscriptionsCount CoreTweet.AccountActivity.AccountActivityPremiumApi.SubscriptionsCount |
( |
object |
parameters | ) |
|
|
inline |
Returns the count of subscriptions that are currently active on your account for all activities.
Note that the /count endpoint requires application-only OAuth, so that you should make requests using a bearer token instead of user context.
Available parameters: Nothing.
- Parameters
-
parameters | The parameters. |
- Returns
- The count of subscriptions.
◆ SubscriptionsCount() [4/4]
SubscriptionsCount CoreTweet.AccountActivity.AccountActivityPremiumApi.SubscriptionsCount |
( |
params Expression< Func< string, object >>[] |
parameters | ) |
|
|
inline |
Returns the count of subscriptions that are currently active on your account for all activities.
Note that the /count endpoint requires application-only OAuth, so that you should make requests using a bearer token instead of user context.
Available parameters: Nothing.
- Parameters
-
parameters | The parameters. |
- Returns
- The count of subscriptions.
◆ SubscriptionsCountAsync() [1/4]
Task<SubscriptionsCount> CoreTweet.AccountActivity.AccountActivityPremiumApi.SubscriptionsCountAsync |
( |
CancellationToken |
cancellationToken = default(CancellationToken) | ) |
|
|
inline |
Returns the count of subscriptions that are currently active on your account for all activities.
Note that the /count endpoint requires application-only OAuth, so that you should make requests using a bearer token instead of user context.
- Parameters
-
cancellationToken | The cancellation token. |
- Returns
- The count of subscriptions.
◆ SubscriptionsCountAsync() [2/4]
Task<SubscriptionsCount> CoreTweet.AccountActivity.AccountActivityPremiumApi.SubscriptionsCountAsync |
( |
IDictionary< string, object > |
parameters, |
|
|
CancellationToken |
cancellationToken = default(CancellationToken) |
|
) |
| |
|
inline |
Returns the count of subscriptions that are currently active on your account for all activities.
Note that the /count endpoint requires application-only OAuth, so that you should make requests using a bearer token instead of user context.
Available parameters: Nothing.
- Parameters
-
parameters | The parameters. |
cancellationToken | The cancellation token. |
- Returns
- The count of subscriptions.
◆ SubscriptionsCountAsync() [3/4]
Task<SubscriptionsCount> CoreTweet.AccountActivity.AccountActivityPremiumApi.SubscriptionsCountAsync |
( |
object |
parameters, |
|
|
CancellationToken |
cancellationToken = default(CancellationToken) |
|
) |
| |
|
inline |
Returns the count of subscriptions that are currently active on your account for all activities.
Note that the /count endpoint requires application-only OAuth, so that you should make requests using a bearer token instead of user context.
Available parameters: Nothing.
- Parameters
-
parameters | The parameters. |
cancellationToken | The cancellation token. |
- Returns
- The count of subscriptions.
◆ SubscriptionsCountAsync() [4/4]
Task<SubscriptionsCount> CoreTweet.AccountActivity.AccountActivityPremiumApi.SubscriptionsCountAsync |
( |
params Expression< Func< string, object >>[] |
parameters | ) |
|
|
inline |
Returns the count of subscriptions that are currently active on your account for all activities.
Note that the /count endpoint requires application-only OAuth, so that you should make requests using a bearer token instead of user context.
Available parameters: Nothing.
- Parameters
-
parameters | The parameters. |
- Returns
- The count of subscriptions.
◆ Webhooks() [1/4]
Environments CoreTweet.AccountActivity.AccountActivityPremiumApi.Webhooks |
( |
| ) |
|
|
inline |
Returns all environments, webhook URLs and their statuses for the authenticating app.
- Returns
- The list of environments object.
◆ Webhooks() [2/4]
Environments CoreTweet.AccountActivity.AccountActivityPremiumApi.Webhooks |
( |
IDictionary< string, object > |
parameters | ) |
|
|
inline |
Returns all environments, webhook URLs and their statuses for the authenticating app.
Available parameters: Nothing.
- Parameters
-
parameters | The parameters. |
- Returns
- The list of environments object.
◆ Webhooks() [3/4]
Environments CoreTweet.AccountActivity.AccountActivityPremiumApi.Webhooks |
( |
object |
parameters | ) |
|
|
inline |
Returns all environments, webhook URLs and their statuses for the authenticating app.
Available parameters: Nothing.
- Parameters
-
parameters | The parameters. |
- Returns
- The list of environments object.
◆ Webhooks() [4/4]
Environments CoreTweet.AccountActivity.AccountActivityPremiumApi.Webhooks |
( |
params Expression< Func< string, object >>[] |
parameters | ) |
|
|
inline |
Returns all environments, webhook URLs and their statuses for the authenticating app.
Available parameters: Nothing.
- Parameters
-
parameters | The parameters. |
- Returns
- The list of environments object.
◆ WebhooksAsync() [1/4]
Task<Environments> CoreTweet.AccountActivity.AccountActivityPremiumApi.WebhooksAsync |
( |
CancellationToken |
cancellationToken = default(CancellationToken) | ) |
|
|
inline |
Returns all environments, webhook URLs and their statuses for the authenticating app.
- Parameters
-
cancellationToken | The cancellation token. |
- Returns
- The list of environments object.
◆ WebhooksAsync() [2/4]
Task<Environments> CoreTweet.AccountActivity.AccountActivityPremiumApi.WebhooksAsync |
( |
IDictionary< string, object > |
parameters, |
|
|
CancellationToken |
cancellationToken = default(CancellationToken) |
|
) |
| |
|
inline |
Returns all environments, webhook URLs and their statuses for the authenticating app.
Available parameters: Nothing.
- Parameters
-
parameters | The parameters. |
cancellationToken | The cancellation token. |
- Returns
- The list of environments object.
◆ WebhooksAsync() [3/4]
Task<Environments> CoreTweet.AccountActivity.AccountActivityPremiumApi.WebhooksAsync |
( |
object |
parameters, |
|
|
CancellationToken |
cancellationToken = default(CancellationToken) |
|
) |
| |
|
inline |
Returns all environments, webhook URLs and their statuses for the authenticating app.
Available parameters: Nothing.
- Parameters
-
parameters | The parameters. |
cancellationToken | The cancellation token. |
- Returns
- The list of environments object.
◆ WebhooksAsync() [4/4]
Task<Environments> CoreTweet.AccountActivity.AccountActivityPremiumApi.WebhooksAsync |
( |
params Expression< Func< string, object >>[] |
parameters | ) |
|
|
inline |
Returns all environments, webhook URLs and their statuses for the authenticating app.
Available parameters: Nothing.
- Parameters
-
parameters | The parameters. |
- Returns
- The list of environments object.
The documentation for this class was generated from the following files: