public static interface Branch.IChannelProperties
An interface class for customizing sharing properties with selected channel.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSharingMessageForChannel(java.lang.String channel) |
java.lang.String |
getSharingTitleForChannel(java.lang.String channel) |
java.lang.String getSharingTitleForChannel(java.lang.String channel)
channel
- The name of the channel selected for sharing.String
with value for the message title for sharing the link with the selected channeljava.lang.String getSharingMessageForChannel(java.lang.String channel)
channel
- The name of the channel selected for sharing.String
with value for the message body for sharing the link with the selected channel