SnapscreenCustomerConfiguration

@interface SnapscreenCustomerConfiguration : NSObject

Customer configuration with specific snapscreen settings for this customer

  • Gets a configuration bool with a key or the given default value if no such key is found in the configuration

    Declaration

    Objective-C

    - (BOOL)boolForKey:(NSString *)key default:(BOOL)defaultValue;

    Swift

    func bool(forKey key: String!, default defaultValue: Bool) -> Bool