Skip to content

Commit

Permalink
Update ApiDefinition.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
nsingh-branch committed Sep 24, 2024
1 parent 8d78c6a commit de592d3
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions BranchSDK.iOSBinding/ApiDefinition.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1693,10 +1693,6 @@ partial interface Constants
[Field("BRANCH_REQUEST_ENDPOINT_LATD", "__Internal")]
NSString BRANCH_REQUEST_ENDPOINT_LATD { get; }

// extern NSString *const BRANCH_RESPONSE_KEY_BRANCH_IDENTITY;
[Field("BRANCH_RESPONSE_KEY_BRANCH_IDENTITY", "__Internal")]
NSString BRANCH_RESPONSE_KEY_BRANCH_IDENTITY { get; }

// extern NSString *const BRANCH_RESPONSE_KEY_SESSION_ID;
[Field("BRANCH_RESPONSE_KEY_SESSION_ID", "__Internal")]
NSString BRANCH_RESPONSE_KEY_SESSION_ID { get; }
Expand Down Expand Up @@ -1729,10 +1725,6 @@ partial interface Constants
[Field("BRANCH_RESPONSE_KEY_DEVELOPER_IDENTITY", "__Internal")]
NSString BRANCH_RESPONSE_KEY_DEVELOPER_IDENTITY { get; }

// extern NSString *const BRANCH_RESPONSE_KEY_DEVICE_FINGERPRINT_ID;
[Field("BRANCH_RESPONSE_KEY_DEVICE_FINGERPRINT_ID", "__Internal")]
NSString BRANCH_RESPONSE_KEY_DEVICE_FINGERPRINT_ID { get; }

// extern NSString *const BRANCH_RESPONSE_KEY_SESSION_DATA;
[Field("BRANCH_RESPONSE_KEY_SESSION_DATA", "__Internal")]
NSString BRANCH_RESPONSE_KEY_SESSION_DATA { get; }
Expand Down Expand Up @@ -1909,10 +1901,6 @@ partial interface Constants
[Field("BRANCH_ENTITIES_KEY", "__Internal")]
NSString BRANCH_ENTITIES_KEY { get; }

// extern NSString *const BRANCH_REQUEST_KEY_SEARCH_AD;
[Field("BRANCH_REQUEST_KEY_SEARCH_AD", "__Internal")]
NSString BRANCH_REQUEST_KEY_SEARCH_AD { get; }

// extern NSString *const BRANCH_CRASHLYTICS_SDK_VERSION_KEY;
[Field("BRANCH_CRASHLYTICS_SDK_VERSION_KEY", "__Internal")]
NSString BRANCH_CRASHLYTICS_SDK_VERSION_KEY { get; }
Expand Down

0 comments on commit de592d3

Please sign in to comment.