C# 클래스 TwitterPlugin, unity-ios-twitter

상속: MonoBehaviour
파일 보기 프로젝트 열기: keijiro/unity-ios-twitter 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

ComposeTweet() 공개 정적인 메소드

public static ComposeTweet ( string initialText ) : void
initialText string
리턴 void

ComposeTweet() 공개 정적인 메소드

public static ComposeTweet ( string initialText, string url ) : void
initialText string
url string
리턴 void

ComposeTweetWithScreenshot() 공개 정적인 메소드

public static ComposeTweetWithScreenshot ( string initialText ) : void
initialText string
리턴 void

ComposeTweetWithScreenshot() 공개 정적인 메소드

public static ComposeTweetWithScreenshot ( string initialText, string url ) : void
initialText string
url string
리턴 void