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

Docs: enhance FirebaseDynamicLinks comments #13786

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ NS_SWIFT_NAME(DynamicLinks)
/**
* @method performDiagnosticsWithCompletion:
* @abstract Performs basic FDL self diagnostic. Method effect on startup latency is quite small
* and no user-visble UI is presented. This method should be used for debugging purposes.
* and no user-visible UI is presented. This method should be used for debugging purposes.
* App developers are encouraged to include output, generated by this method, to the support
* requests sent to Firebase support.
* @param completionHandler Handler that will be called when diagnostic completes.
Expand Down
Loading