-
- All Implemented Interfaces:
-
com.glia.androidsdk.Operator
public class PublicOperator implements Operator
-
-
Field Summary
Fields Modifier and Type Field Description private Stringidprivate Stringnameprivate Operator.Picturepictureprivate Array<Engagement.MediaType>availableMedia
-
Constructor Summary
Constructors Constructor Description PublicOperator(String id, String name, String pictureUrl, Array<Engagement.MediaType> availableMedia)
-
Method Summary
Modifier and Type Method Description StringgetId()Operator ID StringgetName()Operator name Operator.PicturegetPicture()Operator pictureThis value does not take into account the site global operator picture settings. Array<Engagement.MediaType>getAvailableMedia()Operator available media types -
-
Constructor Detail
-
PublicOperator
PublicOperator(String id, String name, String pictureUrl, Array<Engagement.MediaType> availableMedia)
-
-
Method Detail
-
getPicture
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
Array<Engagement.MediaType> getAvailableMedia()
Operator available media types
-
-
-
-