identifySent abstract method

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

IdentifySent tracks metrics on sending an identify response.

Implementation

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