write
public PlayIntegrity.DeviceRecall.Write write(String packageName,
WriteDeviceRecallRequest content)
throws IOException
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).
Create a request for the method "deviceRecall.write".
This request holds the parameters needed by the playintegrity server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
packageName - Required. Package name of the app the attached integrity token belongs to.
content - the WriteDeviceRecallRequest
- Returns:
- the request
- Throws:
IOException