-
public interface OperatorOperator information
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classOperator.PictureOperator picture information
-
Method Summary
Modifier and Type Method Description abstract StringgetId()Operator ID abstract StringgetName()Operator name abstract Operator.PicturegetPicture()Operator pictureThis value does not take into account the site global operator picture settings. abstract Array<Engagement.MediaType>getAvailableMedia()Operator available media types -
-
Method Detail
-
getPicture
abstract Operator.Picture getPicture()
Operator pictureThis value does not take into account the site global operator picture settings.So you might want to check manually the isAlwaysUseDefaultOperatorPicture
-
getAvailableMedia
abstract Array<Engagement.MediaType> getAvailableMedia()
Operator available media types
-
-
-
-