Share via


ISKPaymentQueueDelegate.ShouldShowPriceConsent(SKPaymentQueue) Method

Definition

[Foundation.Export("paymentQueueShouldShowPriceConsent:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldShowPriceConsent(StoreKit.SKPaymentQueue paymentQueue);
[<Foundation.Export("paymentQueueShouldShowPriceConsent:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldShowPriceConsent : StoreKit.SKPaymentQueue -> bool
override this.ShouldShowPriceConsent : StoreKit.SKPaymentQueue -> bool

Parameters

paymentQueue
SKPaymentQueue

Returns

Attributes

Applies to