Skip to content

get_asset_digest

Tjado Maecke edited this page Jul 28, 2016 · 1 revision

get_asset_digest

API function get_asset_digest
Class Name: POGOProtos.Networking.Requests.Messages_pb2.GetAssetDigestMessage
File name: POGOProtos/Networking/Requests/Messages/GetAssetDigestMessage.proto

Input Arguments

Field Protobuf Type Python Type Label Description
platform POGOProtos.Enums.Platform POGOProtos.Enums.Platform optional
device_manufacturer string str/unicode optional
device_model string str/unicode optional
locale string str/unicode optional
app_version uint32 int/long optional

Usage Example

    api.get_asset_digest(
        platform = <your_input>,
        device_manufacturer = <your_input>,
        device_model = <your_input>,
        locale = <your_input>,
        app_version = <your_input>)
Clone this wiki locally