unreal.GooglePADCellularDataConfirmStatus

class unreal.GooglePADCellularDataConfirmStatus

Bases: EnumBase

The status associated with a request to display a cellular data confirmation dialog.

C++ Source:

  • Plugin: GooglePAD

  • Module: GooglePAD

  • File: GooglePADFunctionLibrary.h

ASSET_PACK_CONFIRM_PENDING: GooglePADCellularDataConfirmStatus

AssetPackManager_showCellularDataConfirmation() has been called, but the user hasn’t made a choice.

Type:

1

ASSET_PACK_CONFIRM_UNKNOWN: GooglePADCellularDataConfirmStatus

AssetPackManager_showCellularDataConfirmation() has not been called.

Type:

0

ASSET_PACK_CONFIRM_USER_APPROVED: GooglePADCellularDataConfirmStatus

The user approved of downloading Asset Packs over cellular data.

Type:

2

ASSET_PACK_CONFIRM_USER_CANCELED: GooglePADCellularDataConfirmStatus

The user declined to download Asset Packs over cellular data.

Type:

3