public static class

FetchDeviceInfoAction.FetchDeviceInfoPredicate

extends Object
implements ActionRegistry.Predicate
java.lang.Object
   ↳ com.urbanairship.actions.FetchDeviceInfoAction.FetchDeviceInfoPredicate

Class Overview

Default FetchDeviceInfoAction predicate.

Summary

Public Constructors
FetchDeviceInfoPredicate()
Public Methods
boolean apply(ActionArguments arguments)
Applies the predicate to the action arguments.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.urbanairship.actions.ActionRegistry.Predicate

Public Constructors

public FetchDeviceInfoPredicate ()

Public Methods

public boolean apply (ActionArguments arguments)

Applies the predicate to the action arguments.

Parameters
arguments The action arguments.
Returns
  • true to accept the arguments, otherwise false.