메소드 | 설명 | |
---|---|---|
ComposeTweet ( string initialText ) : void | ||
ComposeTweet ( string initialText, string url ) : void | ||
ComposeTweetWithScreenshot ( string initialText ) : void | ||
ComposeTweetWithScreenshot ( string initialText, string url ) : void |
메소드 | 설명 | |
---|---|---|
Start ( ) : IEnumerator | ||
_TwitterComposeTweet ( string initialText, string url, string screenshotPath ) : void | ||
_TwitterIsAvailable ( ) : bool |
public static ComposeTweet ( string initialText ) : void | ||
initialText | string | |
리턴 | void |
public static ComposeTweet ( string initialText, string url ) : void | ||
initialText | string | |
url | string | |
리턴 | void |
public static ComposeTweetWithScreenshot ( string initialText ) : void | ||
initialText | string | |
리턴 | void |
public static ComposeTweetWithScreenshot ( string initialText, string url ) : void | ||
initialText | string | |
url | string | |
리턴 | void |