|
TapSDK C#
|
Public Member Functions | |
| void | SetLicencesCallback (ITapLicenseCallback callback) |
| void | SetDLCCallback (ITapDlcCallback callback) |
| void | SetDLCCallback (ITapDlcCallback callback, bool checkOnce, string publicKey) |
| void | Check () |
| void | QueryDLC (string[] skus) |
| void | PurchaseDLC (string sku) |
| void TapTap.License.ITapLicense.Check | ( | ) |
Implemented in TapTap.License.TapLicenseImpl.
| void TapTap.License.ITapLicense.PurchaseDLC | ( | string | sku | ) |
Implemented in TapTap.License.TapLicenseImpl.
| void TapTap.License.ITapLicense.QueryDLC | ( | string[] | skus | ) |
Implemented in TapTap.License.TapLicenseImpl.
| void TapTap.License.ITapLicense.SetDLCCallback | ( | ITapDlcCallback | callback | ) |
Implemented in TapTap.License.TapLicenseImpl.
| void TapTap.License.ITapLicense.SetDLCCallback | ( | ITapDlcCallback | callback, |
| bool | checkOnce, | ||
| string | publicKey | ||
| ) |
Implemented in TapTap.License.TapLicenseImpl.
| void TapTap.License.ITapLicense.SetLicencesCallback | ( | ITapLicenseCallback | callback | ) |
Implemented in TapTap.License.TapLicenseImpl.