IosAppMetadata interface

מטא נתונים על אפליקציית Firebase iOS.

חֲתִימָה:

export interface IosAppMetadata extends AppMetadata 

מורחבת: AppMetadata

נכסים

תכונה סוּג תיאור
bundleId חוּט מזהה החבילה הקנוני של אפליקציית iOS כפי שהוא יופיע ב-iOS App Store.
פּלַטפוֹרמָה AppPlatform.IOS

IosAppMetadata.bundleId

מזהה החבילה הקנוני של אפליקציית iOS כפי שהוא יופיע ב-iOS App Store.

חֲתִימָה:

bundleId: string;

דוגמא

var bundleId = iosAppMetadata.bundleId;

IosAppMetadata.platform

חֲתִימָה:

platform: AppPlatform.IOS;