ISupportedApps
extends
ISubscription
in
Tags
Table of Contents
Methods
- getSupportedApps() : array<string|int, mixed>
- Fetches the list of app IDs that are supported by the subscription
- hasExtendedSupport() : bool
- Indicates if the subscription has extended support
- hasValidSubscription() : bool
- Indicates if a valid subscription is available
- isHardUserLimitReached() : bool
- Indicates if a hard user limit is reached and no new users should be created
Methods
getSupportedApps()
Fetches the list of app IDs that are supported by the subscription
public
getSupportedApps() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>hasExtendedSupport()
Indicates if the subscription has extended support
public
hasExtendedSupport() : bool
Tags
Return values
boolhasValidSubscription()
Indicates if a valid subscription is available
public
hasValidSubscription() : bool
Tags
Return values
boolisHardUserLimitReached()
Indicates if a hard user limit is reached and no new users should be created
public
isHardUserLimitReached() : bool