public final class ActivityPostContent extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ActivityPostContent.Builder
Convenience builder for
ActivityPostContent immutable object. |
Modifier and Type | Method and Description |
---|---|
static ActivityPostContent.Builder |
createBuilderWithButton(String title,
String action) |
static ActivityPostContent.Builder |
createBuilderWithImage(android.graphics.Bitmap image) |
static ActivityPostContent.Builder |
createBuilderWithText(String text) |
String |
getButtonAction() |
String |
getButtonTitle() |
android.graphics.Bitmap |
getImage() |
String |
getText() |
public static ActivityPostContent.Builder createBuilderWithText(String text)
public static ActivityPostContent.Builder createBuilderWithImage(android.graphics.Bitmap image)
public static ActivityPostContent.Builder createBuilderWithButton(String title, String action)
@Nullable public android.graphics.Bitmap getImage()
(c) Copyright GetSocial BV, 2017. All Rights Reserved.