-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #147 from appier/release-v8.1.0
Release v8.1.0
- Loading branch information
Showing
81 changed files
with
227,269 additions
and
139,102 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
43 changes: 15 additions & 28 deletions
43
Appier.xcframework/ios-arm64/Appier.framework/Headers/AIDPage.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,20 @@ | ||
#import <Foundation/Foundation.h> | ||
|
||
NS_SWIFT_NAME(Page) | ||
@interface AIDPage: NSObject | ||
@end | ||
|
||
// MARK: - Page Attributes | ||
|
||
typedef NSString * AIDPageAttributeName NS_TYPED_ENUM NS_SWIFT_NAME(Page.AttributeName); | ||
|
||
extern AIDPageAttributeName const AIDPageUrlAttributeName NS_SWIFT_NAME(url); | ||
extern AIDPageAttributeName const AIDPageTypeAttributeName NS_SWIFT_NAME(pageType); | ||
extern AIDPageAttributeName const AIDPageTypesAttributeName NS_SWIFT_NAME(pageTypes); | ||
extern AIDPageAttributeName const AIDPageLoggedInAttributeName NS_SWIFT_NAME(loggedIn); | ||
extern AIDPageAttributeName const AIDPageItemPriceAttributeName NS_SWIFT_NAME(itemPrice); | ||
extern AIDPageAttributeName const AIDPageCartPriceAttributeName NS_SWIFT_NAME(cartPrice); | ||
|
||
// MARK: - Page Types | ||
|
||
typedef NSString * AIDPageType NS_TYPED_ENUM; | ||
typedef NSString * AIDObjcPageType NS_TYPED_ENUM; | ||
|
||
extern AIDPageType const AIDPageTypeUninterested; | ||
extern AIDPageType const AIDPageTypeTop; | ||
extern AIDPageType const AIDPageTypeCategory; | ||
extern AIDPageType const AIDPageTypeSearch; | ||
extern AIDPageType const AIDPageTypeItem; | ||
extern AIDPageType const AIDPageTypeCart; | ||
extern AIDPageType const AIDPageTypeCartForm; | ||
extern AIDPageType const AIDPageTypeConversion; | ||
extern AIDPageType const AIDPageTypeMyPage; | ||
extern AIDPageType const AIDPageTypeLogin; | ||
extern AIDPageType const AIDPageTypeRegistrationForm; | ||
extern AIDPageType const AIDPageTypeRegistration; | ||
extern AIDObjcPageType const AIDPageTypeUninterested; | ||
extern AIDObjcPageType const AIDPageTypeTop; | ||
extern AIDObjcPageType const AIDPageTypeCategory; | ||
extern AIDObjcPageType const AIDPageTypeSearch; | ||
extern AIDObjcPageType const AIDPageTypeDetailSearch; | ||
extern AIDObjcPageType const AIDPageTypeItem; | ||
extern AIDObjcPageType const AIDPageTypeItemGroup; | ||
extern AIDObjcPageType const AIDPageTypeCart; | ||
extern AIDObjcPageType const AIDPageTypeCartForm; | ||
extern AIDObjcPageType const AIDPageTypeConversion; | ||
extern AIDObjcPageType const AIDPageTypeMyPage; | ||
extern AIDObjcPageType const AIDPageTypeLogin; | ||
extern AIDObjcPageType const AIDPageTypeRegistrationForm; | ||
extern AIDObjcPageType const AIDPageTypeRegistration; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.