hasTag

fun hasTag(tag: String): Boolean

true when this offer carries the given Play Console offer tag. Tags are the supported way to mark an offer for a specific paywall slot (e.g. tag "popular" and look it up with AppPurchase.getOffersByTag).

Since

4.4.0

Parameters

tag

tag to test; matched case-insensitively.