Note

You are not reading the most recent version of this documentation.

LicenseResponse

class Cocotec.CocoPlatform.Coco.LicenseResponse

Return type for some of the licensing methods, aggregating a boolean success/failure flag with string data. The data will contain a user-facing message if the call fails, and may contain extra data or be blank on success, depending on the method.

Properties

bool Success { }
string Data { }

Can be a failure message, or additional string data in the succesful case.