alerts.billing namespace

関数

関数 説明
onPlanAutomatedUpdatePublished(handler) 料金プランの自動更新イベントを処理できる関数を宣言します。
onPlanAutomatedUpdatePublished(opts, handler) 料金プランの自動更新イベントを処理できる関数を宣言します。
onPlanUpdatePublished(handler) 料金プランの更新イベントを処理できる関数を宣言します。
onPlanUpdatePublished(opts, handler) 料金プランの更新イベントを処理できる関数を宣言します。

インターフェース

インターフェース 説明
BillingEvent 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>)=>任意 |<任意> を約束する 料金プランの自動更新が発生するたびに実行されるイベント ハンドラ。

戻り値:

CloudFunction<BillingEvent<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>)=>任意 |<任意> を約束する 料金プランの自動更新が発生するたびに実行されるイベント ハンドラ。

戻り値:

CloudFunction<BillingEvent<PlanAutomatedUpdatePayload>>

エクスポートしてデプロイできる関数。

alert.billing.onPlanUpdatePublished()

料金プランの更新イベントを処理できる関数を宣言します。

署名:

export declare function onPlanUpdatePublished(handler: (event: BillingEvent<PlanUpdatePayload>) => any | Promise<any>): CloudFunction<BillingEvent<PlanUpdatePayload>>;

パラメータ

パラメータ 説明
handler (イベント: BillingEvent<PlanUpdatePayload>)=>任意 |<任意> を約束する 料金プランが更新されるたびに実行されるイベント ハンドラ。

戻り値:

CloudFunction<BillingEvent<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>)=>任意 |<任意> を約束する 料金プランが更新されるたびに実行されるイベント ハンドラ。

戻り値:

CloudFunction<BillingEvent<PlanUpdatePayload>>

エクスポートしてデプロイできる関数。