| Modifier and Type | Method and Description |
|---|---|
void |
setAndroidDeeplink(String androidDeeplink)
Sets the android deeplink for your Tumblr post.
|
void |
setIOSDeepLink(String iOSDeeplink)
Sets the iOS deeplink for the Post.
|
void |
setPostListener(PostListener listener)
Sets the
PostListener for your text/photo post. |
void |
setWebLink(String webLink)
Sets the web deeplink for your Tumblr post.
|
public void setAndroidDeeplink(String androidDeeplink)
androidDeeplink - The Android deeplink to post.public void setIOSDeepLink(String iOSDeeplink)
iOSDeeplink - The iOS deeplink to post.public void setWebLink(String webLink)
webLink - The weblink to post.public void setPostListener(PostListener listener)
PostListener for your text/photo post. Listen to the onPostSuccess and onPostFailure
callbacks to get the feedback.listener - The PostListener instance to get the success/failure callbacks.