Show / Hide Table of Contents

Class ISN_SKRequest

An abstract class that represents a request to the App Store.

Inheritance
System.Object
ISN_SKRequest
ISN_SKReceiptRefreshRequest
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 abstract class ISN_SKRequest

Methods

Start(Action<SA_Result>)

Sends the request to the Apple App Store.

Declaration
public abstract void Start(Action<SA_Result> callback)
Parameters
Type Name Description
Action<SA_Result> callback
In This Article
Back to top Generated by DocFX