함수
함수 | 설명 |
---|---|
onPlanAutomatedUpdatePublished(handler)가 포함됩니다. | 자동 결제 요금제 업데이트 이벤트를 처리할 수 있는 함수를 선언합니다. |
onPlanAutomatedUpdatePublished(opts, 핸들러) | 자동 결제 요금제 업데이트 이벤트를 처리할 수 있는 함수를 선언합니다. |
onPlanUpdatePublished(handler)가 포함됩니다. | 요금제 업데이트 이벤트를 처리할 수 있는 함수를 선언합니다. |
onPlanUpdatePublished(opts, 핸들러) | 요금제 업데이트 이벤트를 처리할 수 있는 함수를 선언합니다. |
인터페이스
인터페이스 | 설명 |
---|---|
결제 이벤트 | Firebase 알림 청구를 위한 커스텀 CloudEvent입니다 (커스텀 확장 속성 사용). |
PlanAutomatedUpdatePayload | 요금제 자동 업데이트를 위한 내부 페이로드 객체입니다. 페이로드는 FirebaseAlertData 객체 내에 래핑됩니다. |
PlanUpdatePayload | 요금제 업데이트를 위한 내부 페이로드 객체입니다. 페이로드는 FirebaseAlertData 객체 내에 래핑됩니다. |
alert.billing.onPlanAutomatedUpdatePublished()
자동 결제 요금제 업데이트 이벤트를 처리할 수 있는 함수를 선언합니다.
서명:
export declare function onPlanAutomatedUpdatePublished(handler: (event: BillingEvent<PlanAutomatedUpdatePayload>) => any | Promise<any>): CloudFunction<BillingEvent<PlanAutomatedUpdatePayload>>;
매개변수
매개변수 | 유형 | 설명 |
---|---|---|
handler | (이벤트: BillingEvent<PlanAutomatedUpdatePayload>) => 모두 | 약속<any> | 자동 결제 요금제 업데이트가 발생할 때마다 실행되는 이벤트 핸들러입니다. |
반환:
CloudFunction<결제 이벤트<PlanAutomatedUpdatePayload>>
내보내고 배포할 수 있는 함수입니다.
alert.billing.onPlanAutomatedUpdatePublished()
자동 결제 요금제 업데이트 이벤트를 처리할 수 있는 함수를 선언합니다.
서명:
export declare function onPlanAutomatedUpdatePublished(opts: options.EventHandlerOptions, handler: (event: BillingEvent<PlanAutomatedUpdatePayload>) => any | Promise<any>): CloudFunction<BillingEvent<PlanAutomatedUpdatePayload>>;
매개변수
매개변수 | 유형 | 설명 |
---|---|---|
최적화 | options.EventHandlerOptions | 함수에 설정할 수 있는 옵션입니다. |
handler | (이벤트: BillingEvent<PlanAutomatedUpdatePayload>) => 모두 | 약속<any> | 자동 결제 요금제 업데이트가 발생할 때마다 실행되는 이벤트 핸들러입니다. |
반환:
CloudFunction<결제 이벤트<PlanAutomatedUpdatePayload>>
내보내고 배포할 수 있는 함수입니다.
alert.billing.onPlanUpdatePublished()
요금제 업데이트 이벤트를 처리할 수 있는 함수를 선언합니다.
서명:
export declare function onPlanUpdatePublished(handler: (event: BillingEvent<PlanUpdatePayload>) => any | Promise<any>): CloudFunction<BillingEvent<PlanUpdatePayload>>;
매개변수
매개변수 | 유형 | 설명 |
---|---|---|
handler | (이벤트: BillingEvent<PlanUpdatePayload>) => 모두 | 약속<any> | 요금제가 업데이트될 때마다 실행되는 이벤트 핸들러입니다. |
반환:
CloudFunction<결제 이벤트<PlanUpdatePayload>>
내보내고 배포할 수 있는 함수입니다.
alert.billing.onPlanUpdatePublished()
요금제 업데이트 이벤트를 처리할 수 있는 함수를 선언합니다.
서명:
export declare function onPlanUpdatePublished(opts: options.EventHandlerOptions, handler: (event: BillingEvent<PlanUpdatePayload>) => any | Promise<any>): CloudFunction<BillingEvent<PlanUpdatePayload>>;
매개변수
매개변수 | 유형 | 설명 |
---|---|---|
최적화 | options.EventHandlerOptions | 함수에 설정할 수 있는 옵션입니다. |
handler | (이벤트: BillingEvent<PlanUpdatePayload>) => 모두 | 약속<any> | 요금제가 업데이트될 때마다 실행되는 이벤트 핸들러입니다. |
반환:
CloudFunction<결제 이벤트<PlanUpdatePayload>>
내보내고 배포할 수 있는 함수입니다.