C# Class GLinkiOS, cafe-sdk-unity

Inheritance: MonoBehaviour, IGLink
Show file Open project: naver/cafe-sdk-unity

Public Methods

Method Description
GLinkiOS ( ) : 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
executeCaptureScreenshopAndPostArticle ( string dummy ) : 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
CoFunction ( ) : IEnumerator
_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
_ExecuteCaptureScreenshopAndPostArticle ( ) : void
_ExecuteEtc ( ) : void
_ExecuteEvent ( ) : void
_ExecuteMain ( ) : void
_ExecuteMenu ( ) : void
_ExecuteNotice ( ) : void
_ExecuteProfile ( ) : void
_GetCurrentChannelCode ( ) : string
_InitGLink ( string consumerKey, string consumerSecret, int cafeId ) : void
_InitGLinkForGlobal ( string neoIdConsumerKey, int communityId, string language ) : void
_NCSDKDidLoadCallback ( ) : void
_NCSDKDidUnLoadCallback ( ) : void
_NCSDKDidVoteAtArticleCallback ( int articleId ) : void
_NCSDKJoinedCafeCallback ( ) : void
_NCSDKPostedArticleAtMenuCallback ( int menuId, int imageCount, int videoCount ) : void
_NCSDKPostedCommentAtArticleCallback ( int articleId ) : void
_NCSDKWidgetPostAriticleWithImageCallback ( ) : void
_SaveCameraRoll ( string path ) : void
_SetChannelCode ( string channelCode ) : void
_SetSDKDidLoadDelegate ( NCSDKDidLoadDelegate callback ) : void
_SetSDKDidUnLoadDelegate ( NCSDKDidUnLoadDelegate callback ) : void
_SetSDKDidVoteAtArticleDelegate ( NCSDKDidVoteAtArticleDelegate callback ) : void
_SetSDKJoinedCafeDelegate ( NCSDKJoinedCafeDelegate callback ) : void
_SetSDKPostedArticleAtMenuDelegate ( NCSDKPostedArticleAtMenuDelegate callback ) : void
_SetSDKPostedCommentAtArticleDelegate ( NCSDKPostedCommentAtArticleDelegate callback ) : void
_SetSDKWidgetPostAriticleWithImageCallback ( NCSDKWidgetPostAriticleWithImageDelegate callback ) : void
_SetShowWidgetWhenUnloadSDK ( bool useWidget ) : void
_SetUseWidgetVideoRecord ( bool useVideoRecord ) : void
_ShowMessageToast ( string message ) : void
_StartWidget ( ) : void
_StopWidget ( ) : void
_SyncGameUserId ( string gameUserId ) : void

Method Details

GLinkiOS() public method

public GLinkiOS ( ) : 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

executeCaptureScreenshopAndPostArticle() public method

public executeCaptureScreenshopAndPostArticle ( string dummy ) : void
dummy 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