Class ISN_SKProductsRequest
An object that can retrieve localized information from the App Store about a specified list of products.
Inheritance
System.Object
ISN_SKProductsRequest
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SA.iOS.StoreKit
Assembly: cs.temp.dll.dll
Syntax
public class ISN_SKProductsRequest
Constructors
ISN_SKProductsRequest(List<String>)
Initializes the request with the set of product identifiers.
Declaration
public ISN_SKProductsRequest(List<string> productIdentifiers)
Parameters
Type | Name | Description |
---|---|---|
List<System.String> | productIdentifiers | The list of product identifiers for the products you wish to retrieve descriptions of. |
Methods
Start(Action<ISN_SKProductsResponse>)
Sends the request to the Apple App Store.
Declaration
public void Start(Action<ISN_SKProductsResponse> response)
Parameters
Type | Name | Description |
---|---|---|
Action<ISN_SKProductsResponse> | response | The request response. |