Interface PrivateChannelInfoWebService
- All Superinterfaces:
WebService
- All Known Implementing Classes:
PrivateChannelInfoRetrofitWebService
Abstract class which defines the structure of private channels.
- Since:
- 9/24/19
-
Method Summary
Modifier and TypeMethodDescriptiongetChannelMap
(boolean isAdminModeEnabled) Abstract method that performs the request which retrieves the private channel info for audio audioChannelsvoid
setChannelsPrivacy
(List<AudioChannel> channels, WebServiceResponseHandler handler) Abstract method which sets the channels privacy.
-
Method Details
-
getChannelMap
Abstract method that performs the request which retrieves the private channel info for audio audioChannels- Returns:
- The channel info
- Throws:
retrofit.RetrofitError
RuntimeException
-
setChannelsPrivacy
void setChannelsPrivacy(List<AudioChannel> channels, WebServiceResponseHandler handler) throws RuntimeException Abstract method which sets the channels privacy.- Throws:
retrofit.RetrofitError
RuntimeException
-