Skip to content

InReadAdBaseListener error codes, descriptions and fail reasons #217

Open
@andrey-kotkovets

Description

@andrey-kotkovets

I am working on the InRead Teads implementation in my app.
InReadAdViewListener extends InReadAdBaseListener and provide 2 error/failure methods:

public open fun onAdError(code: Int, description: String)

public open fun onFailToReceiveAd(failReason: String)

I would like to perform different actions on different error types. For example, I would like to know if there is the notFilled error or the serverError.

Could you provide me with possible values for:

  • onAdError:
    -- code
    -- description
  • onFailToReceiveAd:
    -- failreason

I checked the SDK code (which is not obfuscated) but wasn't able to find any ErrorCode class.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions