hasPushMechanism method

bool hasPushMechanism()

Returns true if a PushMechanism is associated with this account.

Implementation

bool hasPushMechanism() {
  return getPushMechanism() != null ? true : false;
}