java.lang.Object | |
↳ | com.urbanairship.iam.AudienceChecks |
Audience checks.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AudienceChecks() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static boolean |
checkAudience(Context context, Audience audience, Map<String, Set<String>> tagGroups)
Checks the audience.
| ||||||||||
static boolean |
checkAudience(Context context, Audience audience)
Checks the audience.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Checks the audience.
context | The application context. |
---|---|
audience | The audience. |
tagGroups | The channel tag groups. |
true
if the audience conditions are met, otherwise false
.
Checks the audience.
context | The application context. |
---|---|
audience | The audience. |
true
if the audience conditions are met, otherwise false
.