다음을 통해 공유


SKPayment.PaymentWithProduct 메서드

정의

오버로드

PaymentWithProduct(SKProduct)
사용되지 않음.

기존 SKProduct의 팩터리 생성자입니다.

PaymentWithProduct(String)
사용되지 않음.

제품 이름의 팩터리 생성자입니다.

PaymentWithProduct(SKProduct)

주의

Use FromProduct (SKProduct) instead.

기존 SKProduct의 팩터리 생성자입니다.

[System.Obsolete("Use FromProduct (SKProduct) instead.")]
public static StoreKit.SKPayment PaymentWithProduct (StoreKit.SKProduct product);
static member PaymentWithProduct : StoreKit.SKProduct -> StoreKit.SKPayment

매개 변수

product
SKProduct

반환

특성

적용 대상

PaymentWithProduct(String)

주의

Use FromProductIdentifier (string) instead.

제품 이름의 팩터리 생성자입니다.

[System.Obsolete("Use FromProductIdentifier (string) instead.")]
public static StoreKit.SKPayment PaymentWithProduct (string identifier);
static member PaymentWithProduct : string -> StoreKit.SKPayment

매개 변수

identifier
String

반환

특성

적용 대상