Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IOS-5193 Add convenience method #346

Merged
merged 1 commit into from
Apr 15, 2024
Merged

Conversation

tureck1y
Copy link
Collaborator

Нужно для рефакторинга сканнера

@tureck1y tureck1y marked this pull request as ready for review April 12, 2024 15:58
@tureck1y tureck1y requested a review from a team as a code owner April 12, 2024 15:58
@tureck1y tureck1y enabled auto-merge April 12, 2024 15:58
public func startSessionPublisher<T: CardSessionRunnable>(with runnable: T,
filter: SessionFilter?,
initialMessage: Message? = nil,
accessCode: String? = nil) -> AnyPublisher<T.Response, TangemSdkError> {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

А мы кстати не хотим на some Publisher<T.Response, TangemSdkError> переходить, тогда не надо будет eraseToAnyPublisher() добавлять. Как будто более актуально через some писать уже)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Хочется да, но это надо тогда в сдк обновить будет икскод, свифт и всю документацию) Выглядит как отдельная задача.

@tureck1y tureck1y merged commit b2b15a4 into develop Apr 15, 2024
3 checks passed
@tureck1y tureck1y deleted the IOS-5193_add_convenience_method branch April 15, 2024 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants