identifyReceived abstract method

void identifyReceived(
  1. bool isPush,
  2. int numProtocols,
  3. int numAddrs
)

IdentifyReceived tracks metrics on receiving an identify response.

Implementation

void identifyReceived(bool isPush, int numProtocols, int numAddrs);