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

[Navigation] Make NamedNavArgument's fields public #174

Closed

Conversation

jossiwolf
Copy link
Contributor

Proposed Changes

Relnote: NamedNavArgument's name, argument and destructuring functions are now public

Testing

Test: N/A

Issues Fixed

Fixes: b/181320559

…ons as public

Test: N/A
Fixes: b/181320559
Change-Id: I744feff9aca40e910c622f0c61a39a005e5f6f68
@@ -33,9 +33,9 @@ public fun navArgument(
* Construct a named [NavArgument] by using the [navArgument] method.
*/
public class NamedNavArgument internal constructor(
private val name: String,
private val argument: NavArgument
public val name: String,
Copy link
Member

Choose a reason for hiding this comment

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

Please add KDocs to this and the other methods

@jossiwolf jossiwolf changed the title Make NamedNavArgument's fields public [Navigation] Make NamedNavArgument's fields public May 5, 2021
Change-Id: Ib39ef30c9053487aaa1ebee52733ffdc32a15588
@copybara-service copybara-service bot closed this in 595a8c4 May 6, 2021
@jossiwolf jossiwolf deleted the named-nav-arg-public branch May 6, 2021 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants