Click or drag to resize

CloudAPIRequestProductInfo Method

Requests the product info from cloud.

Namespace:  Nexpaq.APIs
Assembly:  NexpaqCore (in NexpaqCore.dll) Version: 1.0.6767.24310
Syntax
C#
public void RequestProductInfo(
	UUID uuid,
	Action<ProductInfo> callback,
	Action<string> error
)

Parameters

uuid
Type: UUID
UUID or product.
callback
Type: SystemActionProductInfo
Callback.
error
Type: SystemActionString
Error.
See Also