ApplicationTransferParam
תבנית לפרמטרים של העברת אפליקציות.
ייצוג JSON |
{
"key": string,
"value": [
string
]
} |
שדות |
key |
string
סוג פרמטר ההעברה, למשל PRIVACY_LEVEL .
|
value[] |
string
הערך של פרמטר ההעברה, למשל PRIVATE או SHARED .
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-08-29 (שעון UTC).
[null,null,["עדכון אחרון: 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."]]],[]]