StoreKit.SKStoreProductViewController Members

The members of StoreKit.SKStoreProductViewController are listed below.

See Also: Inherited members from UIKit.UIViewController

Public Constructors

Default constructor, initializes a new instance of this class.
A constructor that initializes the object from the data stored in the unarchiver object.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
DelegateISKStoreProductViewControllerDelegate. An instance of the StoreKit.SKStoreProductViewControllerDelegate model class which acts as the class delegate.
WeakDelegateFoundation.NSObject. An object that can respond to the delegate protocol for this type

Public Methods

LoadProduct(StoreProductParameters, Action<bool, Foundation.NSError>)
Documentation for this section has not yet been entered.
LoadProductAsync(StoreProductParameters) : System.Threading.Tasks.Task<Tuple<bool, Foundation.NSError>>
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Releases the resources used by the SKStoreProductViewController object.

Public Events

FinishedEvent raised by the object.