-
public interface Branch.IChannelPropertiesAn interface class for customizing sharing properties with selected channel.
-
-
Method Summary
Modifier and Type Method Description abstract StringgetSharingTitleForChannel(String channel)abstract StringgetSharingMessageForChannel(String channel)-
-
Method Detail
-
getSharingTitleForChannel
abstract String getSharingTitleForChannel(String channel)
- Parameters:
channel- The name of the channel selected for sharing.
-
getSharingMessageForChannel
abstract String getSharingMessageForChannel(String channel)
- Parameters:
channel- The name of the channel selected for sharing.
-
-
-
-