My Project
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
DG.TrelloSendReport Class Reference
Inheritance diagram for DG.TrelloSendReport:
DG.Util.Singleton< TrelloSendReport >

Public Member Functions

IEnumerator Start ()
 
IEnumerator SendReportRoutine (TrelloCard card, List< Texture2D > screenshots, Text text, Action< bool > onEnd)
 
Coroutine SendReport (string title, string description, string listName, List< Texture2D > screenshots, Text text, Action< bool > onEnd)
 
Coroutine SendReport (string title, string description, string listName, Texture2D screenshot, Text text, Action< bool > onEnd)
 

Public Attributes

string yourKey = "Your Key"
 
string yourToken = "Your Token"
 
string currentBoard = "Your Trello Board"
 
bool newCardsOnTop = true
 
List< Dropdown.OptionData > reportTypes
 

Additional Inherited Members

- Protected Member Functions inherited from DG.Util.Singleton< TrelloSendReport >
virtual void Awake ()
 
- Static Protected Attributes inherited from DG.Util.Singleton< TrelloSendReport >
static T _instance
 
- Properties inherited from DG.Util.Singleton< TrelloSendReport >
static T Instance [get]
 

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