public interface OfferListener
AgentSession| Modifier and Type | Method and Description |
|---|---|
void |
offerReceived(Offer request)
The implementing class instance will be notified via this when the AgentSession has received
an offer for a chat.
|
void |
offerRevoked(RevokedOffer revokedOffer)
The implementing class instance will be notified via this when the AgentSessino has received
a revocation of a previously extended offer.
|
void offerReceived(Offer request)
request - the Offer instance embodying the details of the offervoid offerRevoked(RevokedOffer revokedOffer)
revokedOffer - the RevokedOffer instance embodying the details of the revoked offer