Skip to content
New issue

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

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

Already on GitHub? # to your account

[RELEASE] Deeplinker/1.1.0 #2

Closed
wants to merge 3 commits into from
Closed

[RELEASE] Deeplinker/1.1.0 #2

wants to merge 3 commits into from

Conversation

socar-mackey
Copy link

📌 Reference

Add any references to help understand this pull request.

🔥 Cause

If there is a reason, write why the code changes was occurred.

📄 Changes

Write what is changed.
You can write more detail informations using MD syntax.

Added

  • Add store(url:) function to store deeplink for deferred handling.
    • Can store url even If Deeplinker already can handle deeplink(canHandle was true) for deferred process.
  • Add DeeplinkerDelegate to adjust Deeplinker's behavior.
    protocol DeeplinkerDelegate: AnyObject {
        func deeplinker(_ deeplinker: Deeplinker, shouldHandle url: URL) -> Bool
    }

🚧 Testing

Write how to test and results of changes using screenshots, gifs, any others.

@wlsdms0122 wlsdms0122 self-assigned this Jan 14, 2023
@wlsdms0122 wlsdms0122 marked this pull request as draft January 14, 2023 01:50
@wlsdms0122 wlsdms0122 marked this pull request as ready for review January 14, 2023 01:50
@wlsdms0122 wlsdms0122 added this to the Deeplinker/1.1.0 milestone Jan 14, 2023
@wlsdms0122 wlsdms0122 closed this Jan 14, 2023
@wlsdms0122
Copy link
Owner

wlsdms0122 commented Jan 14, 2023

Wrong account access. re-open to #3.

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants