class DeviceRecall extends Resource (View source)

The "deviceRecall" collection of methods.

Typical usage is:

 $playintegrityService = new Google\Service\PlayIntegrity(...);
 $deviceRecall = $playintegrityService->deviceRecall;

Methods

write(string $packageName, WriteDeviceRecallRequest $postBody, array $optParams = [])

Writes recall bits for the device where Play Integrity API token is obtained.

Details

WriteDeviceRecallResponse write(string $packageName, WriteDeviceRecallRequest $postBody, array $optParams = [])

Writes recall bits for the device where Play Integrity API token is obtained.

The endpoint is available to select Play partners in an early access program (EAP). (deviceRecall.write)

Parameters

string $packageName

Required. Package name of the app the attached integrity token belongs to.

WriteDeviceRecallRequest $postBody
array $optParams

Optional parameters.

Return Value

WriteDeviceRecallResponse

Exceptions

Exception