Method SetQueryProductDetailsFailedListener
SetQueryProductDetailsFailedListener(Action<int>)
Set an optional listener for failures when querying product details.
Declaration
void SetQueryProductDetailsFailedListener(Action<int> action)
Parameters
Type | Name | Description |
---|---|---|
Action<int> | action | Will be called with the retry count for each failed attempt to query product details. |