-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
s/ElementsContext/ElementsSessionContext
- Loading branch information
1 parent
10f874d
commit 60da752
Showing
9 changed files
with
43 additions
and
42 deletions.
There are no files selected for viewing
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
16 changes: 0 additions & 16 deletions
16
StripeCore/StripeCore/Source/Connections Bindings/ElementsContext.swift
This file was deleted.
Oops, something went wrong.
17 changes: 17 additions & 0 deletions
17
StripeCore/StripeCore/Source/Connections Bindings/ElementsSessionContext.swift
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
// | ||
// ElementsSessionContext.swift | ||
// StripeCore | ||
// | ||
// Created by Mat Schmid on 2024-09-25. | ||
// | ||
|
||
import Foundation | ||
|
||
/// Contains elements session context useful for the Financial Connections SDK. | ||
@_spi(STP) public struct ElementsSessionContext { | ||
@_spi(STP) public let linkMode: LinkMode? | ||
|
||
@_spi(STP) public init(linkMode: LinkMode?) { | ||
self.linkMode = linkMode | ||
} | ||
} |
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
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
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
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
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
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