 | IAPManagerBuyFeature Method |
[Missing <summary> documentation for "M:Slash.IAP.IAPManager.BuyFeature(System.String)"]
Namespace: Slash.IAPAssembly: Slash.IAP (in Slash.IAP.dll) Version: 1.0.5843.24184
Syntaxpublic static bool BuyFeature(
string key
)
Public Shared Function BuyFeature (
key As String
) As Boolean
public:
static bool BuyFeature(
String^ key
)
static member BuyFeature :
key : string -> bool
Parameters
- key
- Type: SystemString
[Missing <param name="key"/> documentation for "M:Slash.IAP.IAPManager.BuyFeature(System.String)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Slash.IAP.IAPManager.BuyFeature(System.String)"]
See Also