C# Class TwitterPlugin, unity-ios-twitter

Inheritance: MonoBehaviour
Mostra file Open project: keijiro/unity-ios-twitter Class Usage Examples

Public Methods

Method Description
ComposeTweet ( string initialText ) : void
ComposeTweet ( string initialText, string url ) : void
ComposeTweetWithScreenshot ( string initialText ) : void
ComposeTweetWithScreenshot ( string initialText, string url ) : void

Private Methods

Method Description
Start ( ) : IEnumerator
_TwitterComposeTweet ( string initialText, string url, string screenshotPath ) : void
_TwitterIsAvailable ( ) : bool

Method Details

ComposeTweet() public static method

public static ComposeTweet ( string initialText ) : void
initialText string
return void

ComposeTweet() public static method

public static ComposeTweet ( string initialText, string url ) : void
initialText string
url string
return void

ComposeTweetWithScreenshot() public static method

public static ComposeTweetWithScreenshot ( string initialText ) : void
initialText string
return void

ComposeTweetWithScreenshot() public static method

public static ComposeTweetWithScreenshot ( string initialText, string url ) : void
initialText string
url string
return void