Type alias PaymentsEvents
PaymentsEvents: {
consume: Pick<ConsumePlayerPurchaseOutput, "product" | "purchase">;
error:consume: Error;
error:fetchProducts: Error;
error:purchase: Error;
error:subscribe: Error;
error:unsubscribe: Error;
fetchProducts: PlayerPurchasesOutput;
purchase: Pick<PurchasePlayerPurchaseOutput, "product" | "purchase">;
subscribe: Pick<PurchasePlayerPurchaseOutput, "product" | "purchase">;
unsubscribe: Pick<ConsumePlayerPurchaseOutput, "product" | "purchase">;
}
Type declaration
consume: Pick<ConsumePlayerPurchaseOutput, "product" | "purchase">
error:consume: Error
error:fetchProducts: Error
error:purchase: Error
error:subscribe: Error
error:unsubscribe: Error
fetchProducts: PlayerPurchasesOutput
purchase: Pick<PurchasePlayerPurchaseOutput, "product" | "purchase">
subscribe: Pick<PurchasePlayerPurchaseOutput, "product" | "purchase">
unsubscribe: Pick<ConsumePlayerPurchaseOutput, "product" | "purchase">