SKPayment.PaymentWithProduct 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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
반환
- 특성