CoreTweet  2.0.0-beta.2
Yet another .NET Twitter Library
Protected Member Functions | Properties | List of all members
CoreTweet.AccountActivity.UserEvent Class Reference

Revoke events sent when a user removes application authorization and subscription is automatically deleted. More...

Inheritance diagram for CoreTweet.AccountActivity.UserEvent:
CoreTweet.AccountActivity.ActivityEvent CoreTweet.Core.CoreBase

Protected Member Functions

override ActivityEventType GetEventType ()
 Gets the type of the event. More...
 

Properties

UserEventRevoke Revoke [get, set]
 
- Properties inherited from CoreTweet.AccountActivity.ActivityEvent
string Json [get, set]
 Gets or sets the raw JSON. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from CoreTweet.AccountActivity.ActivityEvent
static ActivityEvent Parse (string x)
 Converts the JSON to a ActivityEvent object. More...
 
- Static Public Member Functions inherited from CoreTweet.Core.CoreBase
static T Convert< T > (string json, string jsonPath="")
 Converts the JSON to a twitter object of the specified type. More...
 
static List< T > ConvertArray< T > (string json, string jsonPath)
 
- Public Attributes inherited from CoreTweet.AccountActivity.ActivityEvent
ActivityEventType Type => this.GetEventType()
 Gets the type of the event. More...
 

Detailed Description

Revoke events sent when a user removes application authorization and subscription is automatically deleted.

Member Function Documentation

◆ GetEventType()

override ActivityEventType CoreTweet.AccountActivity.UserEvent.GetEventType ( )
protectedvirtual

Gets the type of the event.

Returns
The type of the event.

Implements CoreTweet.AccountActivity.ActivityEvent.

Property Documentation

◆ Revoke

UserEventRevoke CoreTweet.AccountActivity.UserEvent.Revoke
getset

The documentation for this class was generated from the following file: