Class GenericIAPSavedData
Inheritance
GenericIAPSavedData
Assembly: cs.temp.dll.dll
Syntax
public class GenericIAPSavedData : BaseSavedData, IGenericIAPSavedData, ISavedData, IInjectable
Constructors
GenericIAPSavedData()
Declaration
protected GenericIAPSavedData()
GenericIAPSavedData(String)
Declaration
public GenericIAPSavedData(string savedId)
Parameters
Type |
Name |
Description |
String |
savedId |
|
Fields
_isPurchased
Declaration
protected bool _isPurchased
Field Value
Properties
IsPurchased
Declaration
public virtual bool IsPurchased { get; set; }
Property Value
Methods
Deserialize(out ISavedData)
Declaration
protected override bool Deserialize(out ISavedData savedData)
Parameters
Returns
Overrides
Implements
IInjectable