|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NewsManager
Method Summary | |
---|---|
boolean |
shareApplicationUpdate(Class<?> applicationClass,
String description)
use to share an update from your application |
boolean |
shareApplicationUpdate(Class<?> applicationClass,
String description,
String uri)
use to share an update from your application with a reference to the news subject |
boolean |
shareApplicationUpdate(Class<?> applicationClass,
String description,
String uri,
String previewTitle,
String previewDescription,
String previewThumbnailUrl)
use to share an update from your application with a link preview |
Method Detail |
---|
boolean shareApplicationUpdate(Class<?> applicationClass, String description)
applicationClass
- your servlet class name will be used ad unique identifier for your applicationdescription
- add a description for the update you are sharinguri
- the link to which the subject of this update is available
boolean shareApplicationUpdate(Class<?> applicationClass, String description, String uri)
applicationClass
- your servlet class name will be used ad unique identifier for your applicationdescription
- add a description for the update you are sharinguri
- the link to which the subject of this update is available
boolean shareApplicationUpdate(Class<?> applicationClass, String description, String uri, String previewTitle, String previewDescription, String previewThumbnailUrl)
applicationClass
- your servlet class name will be used ad unique identifier for your application with a link previewdescription
- add a description for the update you are sharinguri
- the link to which the subject of this update is availablepreviewTitle
- the title to show in the previewpreviewDescription
- the description to show in the previewpreviewThumbnailUrl
- the image url to show in the preview
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |