Class DeviceRecallResource
The "deviceRecall" collection of methods.
Inherited Members
Namespace: Google.Apis.PlayIntegrity.v1
Assembly: Google.Apis.PlayIntegrity.v1.dll
Syntax
public class DeviceRecallResource
Constructors
DeviceRecallResource(IClientService)
Constructs a new resource.
Declaration
public DeviceRecallResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Write(WriteDeviceRecallRequest, string)
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).
Declaration
public virtual DeviceRecallResource.WriteRequest Write(WriteDeviceRecallRequest body, string packageName)
Parameters
| Type | Name | Description |
|---|---|---|
| WriteDeviceRecallRequest | body | The body of the request. |
| string | packageName | Required. Package name of the app the attached integrity token belongs to. |
Returns
| Type | Description |
|---|---|
| DeviceRecallResource.WriteRequest |