Close httplib2 connections.
write(packageName, body=None, x__xgafv=None)
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).
close()
Close httplib2 connections.
write(packageName, body=None, x__xgafv=None)
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). Args: packageName: string, Required. Package name of the app the attached integrity token belongs to. (required) body: object, The request body. The object takes the form of: { # Request to write device recall bits. "integrityToken": "A String", # Required. Integrity token obtained from calling Play Integrity API. "newValues": { # Contains the recall bits values. # Required. The new values for the device recall bits to be written. "bitFirst": True or False, # Required. First recall bit value. "bitSecond": True or False, # Required. Second recall bit value. "bitThird": True or False, # Required. Third recall bit value. }, } x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # Response for the Write Device Recall action. Currently empty. }