java.lang.Object | |
↳ | com.urbanairship.automation.AudienceChecks |
Audience checks.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AudienceChecks() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static boolean |
checkAudience(Context context, Audience audience)
Checks the audience.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Checks the audience.
context | The application context. |
---|---|
audience | The audience. |
true
if the audience conditions are met, otherwise false
.