MessagingDevicesResponse interface

Zwracany przez funkcję Messaging.sendToDevice(), która również została wycofana.

Interfejs przedstawiający stan wiadomości wysłanej na konkretne urządzenie przez starsze interfejsy API FCM.

Przykładowe fragmenty kodu i szczegółową dokumentację znajdziesz w sekcji Wysyłanie na poszczególne urządzenia.

Podpis:

export interface MessagingDevicesResponse 

Właściwości

Właściwość Typ Opis
canonicalRegistrationTokenCount liczba
failureCount liczba
multicastId liczba
wyniki MessagingDeviceResult[]
successCount liczba

MessagingDeviceResponse.canonicalRegistrationTokenCount

Podpis:

canonicalRegistrationTokenCount: number;

MessagingDeviceResponse.failureCount

Podpis:

failureCount: number;

MessagingDeviceResponse.multicastId

Podpis:

multicastId: number;

MessagingDeviceResponse.results

Podpis:

results: MessagingDeviceResult[];

MessagingDeviceResponse.successCount

Podpis:

successCount: number;