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