#include "CoreMinimal.h"
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
#include "Engine/PlatformInterfaceBase.h"
#include "TwitterIntegrationBase.generated.h"
Go to the source code of this file.
◆ ETwitterIntegrationDelegate
| Enumerator |
|---|
| TID_AuthorizeComplete | |
| TID_TweetUIComplete | |
| TID_RequestComplete | |
| TID_MAX | |
◆ ETwitterRequestMethod
This is the base class for Twitter integration (each platform has a subclass) The possible twitter request methods
| Enumerator |
|---|
| TRM_Get | |
| TRM_Post | |
| TRM_Delete | |
| TRM_MAX | |