C# Class Twitter, devryweb460store

Inheritance: MonoBehaviour
ファイルを表示 Open project: jasonhuber/devryweb460store Class Usage Examples

Public Methods

Method Description
PostTweet ( string username, string password, string tweet ) : void
Twitter ( ) : System

Method Details

PostTweet() public static method

public static PostTweet ( string username, string password, string tweet ) : void
username string
password string
tweet string
return void

Twitter() public method

public Twitter ( ) : System
return System