Action: gk/foundation/connection/licenses/received
Fires when granted account licenses were received over the connection.
Parameters
| Name | Type | Description |
|---|---|---|
| $payload | array | |
| ↳ $licenses | array | Licenses returned by the server. |
| ↳ $scope | string | Connection scope: 'network' or 'site'. |
| ↳ $account_email | string | Connected account email. |
| ↳ $complete | bool | Whether $licenses is the connection's full granted set (enables pruning of no-longer-granted local rows). |
Since
- 1.26.0
Source
- Defined in
Licenses/Connection/AccountLicenses.phpat line 254 - Defined in
Licenses/Connection/AccountLicenses.phpat line 285 - Defined in
Licenses/Connection/AccountLicenses.phpat line 461