Segment_QueueConsumer::identify PHP Méthode

identify() public méthode

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