FBSDKDataProcessingOptionKey.h 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. /*
  2. * Copyright (c) Meta Platforms, Inc. and affiliates.
  3. * All rights reserved.
  4. *
  5. * This source code is licensed under the license found in the
  6. * LICENSE file in the root directory of this source tree.
  7. */
  8. #import <Foundation/Foundation.h>
  9. /**
  10. Internal type exposed to facilitate transition to Swift.
  11. API Subject to change or removal without warning. Do not use.
  12. @warning INTERNAL - DO NOT USE
  13. */
  14. typedef NSString *FBSDKDataProcessingOptionKey NS_TYPED_EXTENSIBLE_ENUM NS_SWIFT_NAME(DataProcessingOptionKey);
  15. /**
  16. Internal value exposed to facilitate transition to Swift.
  17. API Subject to change or removal without warning. Do not use.
  18. @warning INTERNAL - DO NOT USE
  19. */
  20. FOUNDATION_EXPORT FBSDKDataProcessingOptionKey const FBSDKDataProcessingOptionKeyOptions;
  21. /**
  22. Internal value exposed to facilitate transition to Swift.
  23. API Subject to change or removal without warning. Do not use.
  24. @warning INTERNAL - DO NOT USE
  25. */
  26. FOUNDATION_EXPORT FBSDKDataProcessingOptionKey const FBSDKDataProcessingOptionKeyCountry;
  27. /**
  28. Internal value exposed to facilitate transition to Swift.
  29. API Subject to change or removal without warning. Do not use.
  30. @warning INTERNAL - DO NOT USE
  31. */
  32. FOUNDATION_EXPORT FBSDKDataProcessingOptionKey const FBSDKDataProcessingOptionKeyState;