Stay organized with collections
Save and categorize content based on your preferences.
ParameterValuePair
open class ParameterValuePair
A simple tuple that holds parameter-value pairs.
Summary
Public constructors |
Construct a parameter-value tuple.
|
Properties |
String! |
The unencoded parameter
|
String! |
The unencoded value
|
Public constructors
ParameterValuePair
ParameterValuePair(
parameter: String!,
value: String!)
Construct a parameter-value tuple.
Parameters |
parameter |
String!: an unencoded parameter |
value |
String!: an unencoded value |
Properties
mParameter
var mParameter: String!
The unencoded parameter
mValue
var mValue: String!
The unencoded value
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# UrlQuerySanitizer.ParameterValuePair\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nParameterValuePair\n==================\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/net/UrlQuerySanitizer.ParameterValuePair \"View this page in Java\") \n\n```\nopen class ParameterValuePair\n```\n\n|---|-------------------------------------------------------|\n| [kotlin.Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html) ||\n| ↳ | [android.net.UrlQuerySanitizer.ParameterValuePair](#) |\n\nA simple tuple that holds parameter-value pairs.\n\nSummary\n-------\n\n| Public constructors ||\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| [ParameterValuePair](#ParameterValuePair(kotlin.String,%20kotlin.String))`(`parameter:` `[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)!`, `value:` `[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)!`)` Construct a parameter-value tuple. |\n\n| Properties ||\n|-----------------------------------------------------------------------------------|-----------------------------------------------------------------|\n| [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)! | [mParameter](#mParameter:kotlin.String) The unencoded parameter |\n| [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)! | [mValue](#mValue:kotlin.String) The unencoded value |\n\nPublic constructors\n-------------------\n\n### ParameterValuePair\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nParameterValuePair(\n parameter: String!, \n value: String!)\n```\n\nConstruct a parameter-value tuple.\n\n| Parameters ||\n|-------------|-----------------------------------------------------------------------------------------------------------|\n| `parameter` | [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)!: an unencoded parameter |\n| `value` | [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)!: an unencoded value |\n\nProperties\n----------\n\n### mParameter\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nvar mParameter: String!\n```\n\nThe unencoded parameter \n\n### mValue\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nvar mValue: String!\n```\n\nThe unencoded value"]]