Method | Description | |
---|---|---|
ComposeTweet ( string initialText ) : void | ||
ComposeTweet ( string initialText, string url ) : void | ||
ComposeTweetWithScreenshot ( string initialText ) : void | ||
ComposeTweetWithScreenshot ( string initialText, string url ) : void |
Method | Description | |
---|---|---|
Start ( ) : IEnumerator | ||
_TwitterComposeTweet ( string initialText, string url, string screenshotPath ) : void | ||
_TwitterIsAvailable ( ) : bool |
public static ComposeTweet ( string initialText ) : void | ||
initialText | string | |
return | void |
public static ComposeTweet ( string initialText, string url ) : void | ||
initialText | string | |
url | string | |
return | void |
public static ComposeTweetWithScreenshot ( string initialText ) : void | ||
initialText | string | |
return | void |
public static ComposeTweetWithScreenshot ( string initialText, string url ) : void | ||
initialText | string | |
url | string | |
return | void |