remoteConfig.RemoteConfigUser interface

रिमोट कॉन्फ़िगरेशन खाते का मेटाडेटा दिखाने वाला इंटरफ़ेस, जिसने अपडेट किया है. इसमें [RemoteConfigUser](/docs/reference/remote-config/rest/v1/Version#remoteconfiguser) के जैसे फ़ील्ड शामिल हैं.

हस्ताक्षर:

export interface RemoteConfigUser 

प्रॉपर्टी

प्रॉपर्टी टाइप ब्यौरा
email स्ट्रिंग उस रिमोट कॉन्फ़िगरेशन खाते का ईमेल पता जिसने अपडेट किया था.
imageUrl स्ट्रिंग उस रिमोट कॉन्फ़िगरेशन खाते की इमेज का यूआरएल जिसने अपडेट किया है.
name स्ट्रिंग उस रिमोट कॉन्फ़िगरेशन खाते का नाम जिसने अपडेट किया है.

RemoteConfig.RemoteConfigUser.email

उस रिमोट कॉन्फ़िगरेशन खाते का ईमेल पता जिसने अपडेट किया था.

हस्ताक्षर:

email: string;

RemoteConfig.RemoteConfigUser.imageUrl

उस रिमोट कॉन्फ़िगरेशन खाते की इमेज का यूआरएल जिसने अपडेट किया है.

हस्ताक्षर:

imageUrl?: string;

remoteConfig.RemoteConfigUser.name

उस रिमोट कॉन्फ़िगरेशन खाते का नाम जिसने अपडेट किया है.

हस्ताक्षर:

name?: string;