Method | Description | |
---|---|---|
GLinkAndroid ( ) : System | ||
executeArticle ( int articleId ) : void | ||
executeArticlePost ( int menuId, string subject, string content ) : void | ||
executeArticlePostWithImage ( int menuId, string subject, string content, string filePath ) : void | ||
executeArticlePostWithVideo ( int menuId, string subject, string content, string filePath ) : void | ||
executeEvent ( ) : void | ||
executeHome ( ) : void | ||
executeMenu ( ) : void | ||
executeMore ( ) : void | ||
executeNotice ( ) : void | ||
executeProfile ( ) : void | ||
getCurrentChannelCode ( ) : string | ||
setChannelCode ( string channelCode ) : void | ||
setShowWidgetWhenUnloadSDK ( bool useWidget ) : void | ||
setUseWidgetVideoRecord ( bool useVideoRecord ) : void | ||
startWidget ( ) : void | ||
stopWidget ( ) : void | ||
syncGameUserId ( string gameUserId ) : void |
Method | Description | |
---|---|---|
showToast ( string message ) : void |
public executeArticle ( int articleId ) : void | ||
articleId | int | |
return | void |
public executeArticlePost ( int menuId, string subject, string content ) : void | ||
menuId | int | |
subject | string | |
content | string | |
return | void |
public executeArticlePostWithImage ( int menuId, string subject, string content, string filePath ) : void | ||
menuId | int | |
subject | string | |
content | string | |
filePath | string | |
return | void |
public executeArticlePostWithVideo ( int menuId, string subject, string content, string filePath ) : void | ||
menuId | int | |
subject | string | |
content | string | |
filePath | string | |
return | void |
public setChannelCode ( string channelCode ) : void | ||
channelCode | string | |
return | void |
public setShowWidgetWhenUnloadSDK ( bool useWidget ) : void | ||
useWidget | bool | |
return | void |
public setUseWidgetVideoRecord ( bool useVideoRecord ) : void | ||
useVideoRecord | bool | |
return | void |
public syncGameUserId ( string gameUserId ) : void | ||
gameUserId | string | |
return | void |