ApplicationTransferParam
Szablon parametrów przenoszenia aplikacji.
Zapis JSON |
{
"key": string,
"value": [
string
]
} |
Pola |
key |
string
Typ parametru przenoszenia, np. PRIVACY_LEVEL .
|
value[] |
string
Wartość parametru transferu, np. PRIVATE lub SHARED .
|
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-08-29 UTC.
[null,null,["Ostatnia aktualizacja: 2024-08-29 UTC."],[[["The template defines transfer parameters using a JSON structure with a \"key\" indicating the parameter type and a \"value\" array holding the parameter's values."],["Transfer parameters, like \"PRIVACY_LEVEL,\" are specified by a \"key\" field with their corresponding values, such as \"PRIVATE\" or \"SHARED,\" stored in the \"value\" array."]]],[]]