SKPaymentDiscount Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SKPaymentDiscount(NSObjectFlag) | |
SKPaymentDiscount(IntPtr) | |
SKPaymentDiscount(String, String, NSUuid, String, NSNumber) |
SKPaymentDiscount(NSObjectFlag)
protected SKPaymentDiscount (Foundation.NSObjectFlag t);
new StoreKit.SKPaymentDiscount : Foundation.NSObjectFlag -> StoreKit.SKPaymentDiscount
Parameters
Applies to
SKPaymentDiscount(IntPtr)
protected internal SKPaymentDiscount (IntPtr handle);
new StoreKit.SKPaymentDiscount : nativeint -> StoreKit.SKPaymentDiscount
Parameters
- handle
-
IntPtr
nativeint
Applies to
SKPaymentDiscount(String, String, NSUuid, String, NSNumber)
[Foundation.Export("initWithIdentifier:keyIdentifier:nonce:signature:timestamp:")]
public SKPaymentDiscount (string identifier, string keyIdentifier, Foundation.NSUuid nonce, string signature, Foundation.NSNumber timestamp);
new StoreKit.SKPaymentDiscount : string * string * Foundation.NSUuid * string * Foundation.NSNumber -> StoreKit.SKPaymentDiscount
Parameters
- identifier
- String
- keyIdentifier
- String
- nonce
- NSUuid
- signature
- String
- timestamp
- NSNumber
- Attributes