Method | Description | |
---|---|---|
DownloadLicenses ( string email, string password, bool scheduleCoroutine ) : Promise |
||
GetLicense ( bool scheduleCoroutine ) : Promise |
||
GetLicenses ( bool scheduleCoroutine ) : Promise |
||
Register ( string firstName, string lastName, string organizationName, string email, string password, string unityInvoiceNumber, bool scheduleCoroutine ) : Promise |
Method | Description | |
---|---|---|
DownloadLicensesAsync ( string email, string password ) : IEnumerable | ||
GetLicenseAsync ( ) : IEnumerable | ||
GetLicensesAsync ( ) : IEnumerable | ||
RegisterAsync ( string firstName, string lastName, string organizationName, string email, string password, string unityInvoiceNumber ) : IEnumerable |
public static DownloadLicenses ( string email, string password, bool scheduleCoroutine ) : Promise |
||
string | ||
password | string | |
scheduleCoroutine | bool | |
return | Promise |
public static GetLicense ( bool scheduleCoroutine ) : Promise |
||
scheduleCoroutine | bool | |
return | Promise |
public static GetLicenses ( bool scheduleCoroutine ) : Promise |
||
scheduleCoroutine | bool | |
return | Promise |
public static Register ( string firstName, string lastName, string organizationName, string email, string password, string unityInvoiceNumber, bool scheduleCoroutine ) : Promise |
||
firstName | string | |
lastName | string | |
organizationName | string | |
string | ||
password | string | |
unityInvoiceNumber | string | |
scheduleCoroutine | bool | |
return | Promise |