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

Update GenerateInviteLinkParams interface type definition. #440

Merged
merged 1 commit into from
Apr 2, 2023

Conversation

romanlitvin
Copy link
Contributor

There are a few issues with GenerateInviteLinkParams interface which affect SDK functionality.

According to GenerateInviteLinkParams interface, any parameter can be put into the generated url, except some of them which are explicitly set, at least [key: string]: any; signature says so.

However, in native implementation of this method, generateInviteLink , are accepted a strict number of parameters.

Since type definitions are provided, to enhance developer experience it should be explicitly set what parameters are accepted and affect the proper SDK work.

Documentation has to be updated as well probably.

@amit-kremer93 amit-kremer93 changed the base branch from master to development April 2, 2023 11:49
@amit-kremer93 amit-kremer93 merged commit 8c88721 into AppsFlyerSDK:development Apr 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants