Twilight Princess
Remastered version of the GameCube game
Loading...
Searching...
No Matches
Discord.ApplicationManager Class Reference

Classes

struct  FFIEvents
 
struct  FFIMethods
 

Public Member Functions

delegate void ValidateOrExitHandler (Result result)
 
delegate void GetOAuth2TokenHandler (Result result, ref OAuth2Token oauth2Token)
 
delegate void GetTicketHandler (Result result, ref string data)
 
void ValidateOrExit (ValidateOrExitHandler callback)
 
string GetCurrentLocale ()
 
string GetCurrentBranch ()
 
void GetOAuth2Token (GetOAuth2TokenHandler callback)
 
void GetTicket (GetTicketHandler callback)
 

Properties

FFIMethods Methods [get]
 

Private Member Functions

void InitEvents (IntPtr eventsPtr, ref FFIEvents events)
 

Static Private Member Functions

static void ValidateOrExitCallbackImpl (IntPtr ptr, Result result)
 
static void GetOAuth2TokenCallbackImpl (IntPtr ptr, Result result, ref OAuth2Token oauth2Token)
 
static void GetTicketCallbackImpl (IntPtr ptr, Result result, ref string data)
 

Private Attributes

IntPtr MethodsPtr
 
Object MethodsStructure
 

Member Function Documentation

◆ GetCurrentBranch()

string Discord.ApplicationManager.GetCurrentBranch ( )

◆ GetCurrentLocale()

string Discord.ApplicationManager.GetCurrentLocale ( )

◆ GetOAuth2Token()

void Discord.ApplicationManager.GetOAuth2Token ( GetOAuth2TokenHandler callback)

◆ GetOAuth2TokenCallbackImpl()

static void Discord.ApplicationManager.GetOAuth2TokenCallbackImpl ( IntPtr ptr,
Result result,
ref OAuth2Token oauth2Token )
staticprivate

◆ GetOAuth2TokenHandler()

delegate void Discord.ApplicationManager.GetOAuth2TokenHandler ( Result result,
ref OAuth2Token oauth2Token )

◆ GetTicket()

void Discord.ApplicationManager.GetTicket ( GetTicketHandler callback)

◆ GetTicketCallbackImpl()

static void Discord.ApplicationManager.GetTicketCallbackImpl ( IntPtr ptr,
Result result,
ref string data )
staticprivate

◆ GetTicketHandler()

delegate void Discord.ApplicationManager.GetTicketHandler ( Result result,
ref string data )

◆ InitEvents()

void Discord.ApplicationManager.InitEvents ( IntPtr eventsPtr,
ref FFIEvents events )
private

◆ ValidateOrExit()

void Discord.ApplicationManager.ValidateOrExit ( ValidateOrExitHandler callback)

◆ ValidateOrExitCallbackImpl()

static void Discord.ApplicationManager.ValidateOrExitCallbackImpl ( IntPtr ptr,
Result result )
staticprivate

◆ ValidateOrExitHandler()

delegate void Discord.ApplicationManager.ValidateOrExitHandler ( Result result)

Member Data Documentation

◆ MethodsPtr

IntPtr Discord.ApplicationManager.MethodsPtr
private

◆ MethodsStructure

Object Discord.ApplicationManager.MethodsStructure
private

Property Documentation

◆ Methods

FFIMethods Discord.ApplicationManager.Methods
getprivate

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