Sha256: 5d63f901060b90482544a5431936832477cd0ba25a61c00a51198a6a84d3b9ca

Contents?: true

Size: 900 Bytes

Versions: 10

Compression:

Stored size: 900 Bytes

Contents

/// @file FIRUserPropertyNames.h
///
/// Predefined user property names.
///
/// A UserProperty is an attribute that describes the app-user. By supplying UserProperties, you can
/// later analyze different behaviors of various segments of your userbase. You may supply up to 25
/// unique UserProperties per app, and you can use the name and value of your choosing for each one.
/// UserProperty names can be up to 24 characters long, may only contain alphanumeric characters and
/// underscores ("_"), and must start with an alphabetic character. UserProperty values can be up to
/// 36 characters long. The "firebase_", "google_", and "ga_" prefixes are reserved and should not
/// be used.

/// The method used to sign in. For example, "google", "facebook" or "twitter".
static NSString *const kFIRUserPropertySignUpMethod
    NS_SWIFT_NAME(AnalyticsUserPropertySignUpMethod) = @"sign_up_method";

Version data entries

10 entries across 8 versions & 2 rubygems

Version Path
rho-tau-extensions-7.6.0 libs/fcm-push-18/ext/iphone/Frameworks/FirebaseAnalytics.framework/Headers/FIRUserPropertyNames.h
rhodes-7.6.0 platform/iphone/RhoAppBaseLib/FirebaseAnalytics.framework/Headers/FIRUserPropertyNames.h
rhodes-7.5.1 platform/iphone/RhoAppBaseLib/FirebaseAnalytics.framework/Headers/FIRUserPropertyNames.h
rho-tau-extensions-7.4.1 libs/fcm-push-18/ext/iphone/Frameworks/FirebaseAnalytics.framework/Headers/FIRUserPropertyNames.h
rhodes-7.4.1 platform/iphone/RhoAppBaseLib/FirebaseAnalytics.framework/Headers/FIRUserPropertyNames.h
rho-tau-extensions-7.1.17 libs/fcm-push-18/ext/iphone/Frameworks/FirebaseAnalytics.framework/Headers/FIRUserPropertyNames.h
rhodes-7.1.17 platform/iphone/RhoAppBaseLib/FirebaseAnalytics.framework/Headers/FIRUserPropertyNames.h
rhodes-7.1.17 lib/extensions/fcm-push/ext/iphone/Frameworks/FirebaseAnalytics.framework/Headers/FIRUserPropertyNames.h
rhodes-6.2.0 lib/extensions/fcm-push/ext/iphone/Frameworks/FirebaseAnalytics.framework/Headers/FIRUserPropertyNames.h
rhodes-6.2.0 platform/iphone/RhoAppBaseLib/FirebaseAnalytics.framework/Headers/FIRUserPropertyNames.h