Nextcloud PHP API (stable18)

ISupportedApps extends ISubscription

Tags
since
17.0.0

Table of Contents

getSupportedApps()  : array
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

Methods

getSupportedApps()

Fetches the list of app IDs that are supported by the subscription

public getSupportedApps() : array
Tags
since
17.0.0
Return values
array

hasExtendedSupport()

Indicates if the subscription has extended support

public hasExtendedSupport() : bool
Tags
since
17.0.0
Return values
bool

hasValidSubscription()

Indicates if a valid subscription is available

public hasValidSubscription() : bool
Tags
since
17.0.0
Return values
bool

Search results