-
- All Implemented Interfaces:
-
com.glia.androidsdk.site.SiteInfo.AllowedFileSenders
public class AllowedFileSendersInternal implements SiteInfo.AllowedFileSenders
Allowed file senders information
-
-
Method Summary
Modifier and Type Method Description booleanisOperatorAllowed()Defines if the site configuration allows an operator to send files booleanisVisitorAllowed()Defines if the site configuration allows a visitor to send files -
-
Method Detail
-
isOperatorAllowed
boolean isOperatorAllowed()
Defines if the site configuration allows an operator to send files
-
isVisitorAllowed
boolean isVisitorAllowed()
Defines if the site configuration allows a visitor to send files
-
-
-
-