C# Class GLinkAndroid, cafe-sdk-unity

Inheritance: IGLink
Exibir arquivo Open project: naver/cafe-sdk-unity

Public Methods

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

Private Methods

Method Description
showToast ( string message ) : void

Method Details

GLinkAndroid() public method

public GLinkAndroid ( ) : System
return System

executeArticle() public method

public executeArticle ( int articleId ) : void
articleId int
return void

executeArticlePost() public method

public executeArticlePost ( int menuId, string subject, string content ) : void
menuId int
subject string
content string
return void

executeArticlePostWithImage() public method

public executeArticlePostWithImage ( int menuId, string subject, string content, string filePath ) : void
menuId int
subject string
content string
filePath string
return void

executeArticlePostWithVideo() public method

public executeArticlePostWithVideo ( int menuId, string subject, string content, string filePath ) : void
menuId int
subject string
content string
filePath string
return void

executeEvent() public method

public executeEvent ( ) : void
return void

executeHome() public method

public executeHome ( ) : void
return void

executeMenu() public method

public executeMenu ( ) : void
return void

executeMore() public method

public executeMore ( ) : void
return void

executeNotice() public method

public executeNotice ( ) : void
return void

executeProfile() public method

public executeProfile ( ) : void
return void

getCurrentChannelCode() public method

public getCurrentChannelCode ( ) : string
return string

setChannelCode() public method

public setChannelCode ( string channelCode ) : void
channelCode string
return void

setShowWidgetWhenUnloadSDK() public method

public setShowWidgetWhenUnloadSDK ( bool useWidget ) : void
useWidget bool
return void

setUseWidgetVideoRecord() public method

public setUseWidgetVideoRecord ( bool useVideoRecord ) : void
useVideoRecord bool
return void

startWidget() public method

public startWidget ( ) : void
return void

stopWidget() public method

public stopWidget ( ) : void
return void

syncGameUserId() public method

public syncGameUserId ( string gameUserId ) : void
gameUserId string
return void