C# Класс GameDevWare.Charon.Licenses

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
DownloadLicensesAsync ( string email, string password ) : IEnumerable
GetLicenseAsync ( ) : IEnumerable
GetLicensesAsync ( ) : IEnumerable
RegisterAsync ( string firstName, string lastName, string organizationName, string email, string password, string unityInvoiceNumber ) : IEnumerable

Описание методов

DownloadLicenses() публичный статический Метод

public static DownloadLicenses ( string email, string password, bool scheduleCoroutine ) : Promise
email string
password string
scheduleCoroutine bool
Результат Promise

GetLicense() публичный статический Метод

public static GetLicense ( bool scheduleCoroutine ) : Promise
scheduleCoroutine bool
Результат Promise

GetLicenses() публичный статический Метод

public static GetLicenses ( bool scheduleCoroutine ) : Promise
scheduleCoroutine bool
Результат Promise

Register() публичный статический Метод

public static Register ( string firstName, string lastName, string organizationName, string email, string password, string unityInvoiceNumber, bool scheduleCoroutine ) : Promise
firstName string
lastName string
organizationName string
email string
password string
unityInvoiceNumber string
scheduleCoroutine bool
Результат Promise