FBCapabilities.h 1.0 KB

123456789101112131415161718192021222324
  1. /**
  2. * Copyright (c) 2015-present, Facebook, Inc.
  3. * All rights reserved.
  4. *
  5. * This source code is licensed under the BSD-style license found in the
  6. * LICENSE file in the root directory of this source tree. An additional grant
  7. * of patent rights can be found in the PATENTS file in the same directory.
  8. */
  9. #import <Foundation/Foundation.h>
  10. extern NSString* const FB_CAP_USE_TEST_MANAGER_FOR_VISIBLITY_DETECTION;
  11. extern NSString* const FB_CAP_MAX_TYPING_FREQUENCY;
  12. extern NSString* const FB_CAP_USE_SINGLETON_TEST_MANAGER;
  13. extern NSString* const FB_CAP_DISABLE_AUTOMATIC_SCREENSHOTS;
  14. extern NSString* const FB_CAP_SHOULD_TERMINATE_APP;
  15. extern NSString* const FB_CAP_EVENT_LOOP_IDLE_DELAY_SEC;
  16. extern NSString* const FB_CAP_BUNDLE_ID;
  17. extern NSString* const FB_CAP_FORCE_APP_LAUNCH;
  18. extern NSString* const FB_CAP_SHOULD_WAIT_FOR_QUIESCENCE;
  19. extern NSString* const FB_CAP_ARGUMENTS;
  20. extern NSString* const FB_CAP_ENVIRNOMENT;
  21. extern NSString* const FB_CAP_USE_NATIVE_CACHING_STRATEGY;
  22. extern NSString* const FB_CAP_FORCE_SIMULATOR_SOFTWARE_KEYBOARD_PRESENCE;