Transaction Action of GS2-Idle
ConsumeAction
Gs2Idle:DecreaseMaximumIdleMinutesByUserId
Decrease the maximum idle time by specifying user ID
Actions for which quantity can be specified: YES
Reversible action: YES
Type | Description | |
---|---|---|
namespaceName | string | Namespace name |
userId | string | |
Set #{userId} to replace the currently logged in user ID. | ||
categoryName | string | Category Model Name |
decreaseMinutes | int | Minutes to decrease the maximum idle time |
{
"action": "Gs2Idle:DecreaseMaximumIdleMinutesByUserId",
"request": {
"namespaceName": "[string]Namespace name",
"userId": "[string]User Id",
"categoryName": "[string]Category Model Name",
"decreaseMinutes": "[int]Minutes to decrease the maximum idle time"
}
}
action: Gs2Idle:DecreaseMaximumIdleMinutesByUserId
request:
namespaceName: "[string]Namespace name"
userId: "[string]User Id"
categoryName: "[string]Category Model Name"
decreaseMinutes: "[int]Minutes to decrease the maximum idle time"
AcquireAction
Gs2Idle:IncreaseMaximumIdleMinutesByUserId
Increase the maximum idle time by specifying user ID
Actions for which quantity can be specified: YES
Reversible action: YES
Type | Description | |
---|---|---|
namespaceName | string | Namespace name |
userId | string | Set #{userId} to replace the currently logged in user ID. |
categoryName | string | Category Model Name |
increaseMinutes | int | Minutes to increase the maximum idle time |
{
"action": "Gs2Idle:IncreaseMaximumIdleMinutesByUserId",
"request": {
"namespaceName": "[string]Namespace name",
"userId": "[string]User Id",
"categoryName": "[string]Category Model Name",
"increaseMinutes": "[int]Minutes to increase the maximum idle time"
}
}
action: Gs2Idle:IncreaseMaximumIdleMinutesByUserId
request:
namespaceName: "[string]Namespace name"
userId: "[string]User Id"
categoryName: "[string]Category Model Name"
increaseMinutes: "[int]Minutes to increase the maximum idle time"