Segment_QueueConsumer::identify PHP Method

identify() public method

Tags traits about the user.
public identify ( array $message ) : boolean
$message array
return boolean whether the identify call succeeded
    public function identify(array $message)
    {
        return $this->enqueue($message);
    }