Interface ExternalMediaContent
-
- All Known Implementing Classes:
BaseExternalMediaContent
public interface ExternalMediaContent
Holder for the publicly accessible URLs for the media sent to LINE.- Author:
- Filip Hrisafov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getMediaContentImagePreviewUrl()
The public accessible URL for the preview image of the content.String
getMediaContentUrl()
The publicly accessible URL for the content.
-