WonderPush PHP library
  • Namespace
  • Class
Navigation
  • Namespace
  • Class
Namespaces
  • WonderPush
    • Api
    • Errors
    • Net
    • Obj
    • Params
    • Util
Classes
  • Applications
  • Deliveries
  • Installations
  • Rest

Class Installations

Applications API.

Namespace: WonderPush\Api
Located at Api/Installations.php

Methods summary

public __construct( WonderPush\WonderPush $wp )
public all( array|WonderPush\Params\AllInstallationsParams $params = array() ) : WonderPush\Obj\InstallationCollection

List applications associated with the access token used to initialize the WonderPush object.

List applications associated with the access token used to initialize the WonderPush object.

Parameters

$params

Returns

WonderPush\Obj\InstallationCollection

Throws

WonderPush\Errors\Base
public patch( array|WonderPush\Params\PatchInstallationParams $params ) : WonderPush\Obj\SuccessResponse

Partially update an existing installation

Partially update an existing installation

Parameters

$params
  • When using an array, please specify the 'installationId', and 'userId' key with an empty string as value

Returns

WonderPush\Obj\SuccessResponse

Throws

WonderPush\Errors\Base
WonderPush PHP library API documentation generated by ApiGen