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

Release 4.0.0 #5

Merged
merged 4 commits into from
Mar 3, 2025
Merged

Release 4.0.0 #5

merged 4 commits into from
Mar 3, 2025

Conversation

mmohareb
Copy link
Collaborator

@mmohareb mmohareb commented Mar 1, 2025

No description provided.

@mmohareb mmohareb requested a review from ashokds March 1, 2025 00:30
@mmohareb mmohareb self-assigned this Mar 1, 2025
Comment on lines +76 to +85
envelopeDefaults.recipientDefaults = [recipientDefault, recipientDefault2]

Task {
do {
let vc = try await self.mNativeSigningManager?.presentSendTemplate(presentingViewController: presentingVC, templateId: templateId, envelopeDefaults: envelopeDefaults, insertAtPosition: .beginning, pdfToInsert: nil, animated: true)
completion(vc, nil)
} catch {
completion(nil, error)
}
}
Copy link
Contributor

Choose a reason for hiding this comment

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

👍 Adding the RecipientDefault usage sample here.

Copy link
Contributor

@ashokds ashokds left a comment

Choose a reason for hiding this comment

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

Looks good.

@ashokds ashokds merged commit e6267a9 into main Mar 3, 2025
@ashokds ashokds deleted the release/4.0.0 branch March 3, 2025 23:23
@ashokds ashokds added this to the 4.0.0 milestone Mar 3, 2025
@ashokds ashokds added the enhancement New feature or request label Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants