Show / Hide Table of Contents

Class DeviceRecallResource

The "deviceRecall" collection of methods.

Inheritance
object
DeviceRecallResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX