C# Class GLinkiOS, cafe-sdk-unity

Inheritance: MonoBehaviour, IGLink
Afficher le fichier Open project: naver/cafe-sdk-unity

Méthodes publiques

Méthode 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

Méthode 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 méthode

public GLinkiOS ( ) : System
Résultat System

executeArticle() public méthode

public executeArticle ( int articleId ) : void
articleId int
Résultat void

executeArticlePost() public méthode

public executeArticlePost ( int menuId, string subject, string content ) : void
menuId int
subject string
content string
Résultat void

executeArticlePostWithImage() public méthode

public executeArticlePostWithImage ( int menuId, string subject, string content, string filePath ) : void
menuId int
subject string
content string
filePath string
Résultat void

executeArticlePostWithVideo() public méthode

public executeArticlePostWithVideo ( int menuId, string subject, string content, string filePath ) : void
menuId int
subject string
content string
filePath string
Résultat void

executeCaptureScreenshopAndPostArticle() public méthode

public executeCaptureScreenshopAndPostArticle ( string dummy ) : void
dummy string
Résultat void

executeEvent() public méthode

public executeEvent ( ) : void
Résultat void

executeHome() public méthode

public executeHome ( ) : void
Résultat void

executeMenu() public méthode

public executeMenu ( ) : void
Résultat void

executeMore() public méthode

public executeMore ( ) : void
Résultat void

executeNotice() public méthode

public executeNotice ( ) : void
Résultat void

executeProfile() public méthode

public executeProfile ( ) : void
Résultat void

getCurrentChannelCode() public méthode

public getCurrentChannelCode ( ) : string
Résultat string

setChannelCode() public méthode

public setChannelCode ( string channelCode ) : void
channelCode string
Résultat void

setShowWidgetWhenUnloadSDK() public méthode

public setShowWidgetWhenUnloadSDK ( bool useWidget ) : void
useWidget bool
Résultat void

setUseWidgetVideoRecord() public méthode

public setUseWidgetVideoRecord ( bool useVideoRecord ) : void
useVideoRecord bool
Résultat void

startWidget() public méthode

public startWidget ( ) : void
Résultat void

stopWidget() public méthode

public stopWidget ( ) : void
Résultat void

syncGameUserId() public méthode

public syncGameUserId ( string gameUserId ) : void
gameUserId string
Résultat void