コード例 #1
0
 private void            _SaveScreenshotToPrivateFolderAsync(string filename, string album, int handle)
 {
     NemoAgent.LogDisabledAgentCall();
 }
コード例 #2
0
 private void            _ShowPopupMenu(string[] buttons)
 {
     NemoAgent.LogDisabledAgentCall();
 }
コード例 #3
0
 private void            _ShowMessageBoxWithInput(string title, string[] input_placeholders, string button0, string button1, string button2)
 {
     NemoAgent.LogDisabledAgentCall();
 }
コード例 #4
0
 private void            _ShowBusy(string title, string message, bool indicator)
 {
     NemoAgent.LogDisabledAgentCall();
 }
コード例 #5
0
 private void            _TakeScreenshot(string path)
 {
     NemoAgent.LogDisabledAgentCall();
 }
コード例 #6
0
ファイル: FacebookAgent.cs プロジェクト: peynman/unity_agents
 private void            _ExecuteGraphPathRequest(string path, int handle)
 {
     NemoAgent.LogDisabledAgentCall();
 }
コード例 #7
0
ファイル: FacebookAgent.cs プロジェクト: peynman/unity_agents
 private void            _ShowFeedDialog(Dictionary <string, string> bundle, int handle)
 {
     NemoAgent.LogDisabledAgentCall();
 }
コード例 #8
0
ファイル: FacebookAgent.cs プロジェクト: peynman/unity_agents
 private bool                _isSessionOpened()
 {
     NemoAgent.LogDisabledAgentCall(); return(false);
 }
コード例 #9
0
ファイル: FacebookAgent.cs プロジェクト: peynman/unity_agents
 private string          _getAccessToken()
 {
     NemoAgent.LogDisabledAgentCall(); return("");
 }
コード例 #10
0
ファイル: FacebookAgent.cs プロジェクト: peynman/unity_agents
 private bool            _hasPublishPermission()
 {
     NemoAgent.LogDisabledAgentCall(); return(false);
 }
コード例 #11
0
ファイル: FacebookAgent.cs プロジェクト: peynman/unity_agents
 private bool                _hasPermission(string permission)
 {
     NemoAgent.LogDisabledAgentCall(); return(false);
 }
コード例 #12
0
 private void            _RefreshGallery()
 {
     NemoAgent.LogDisabledAgentCall();
 }
コード例 #13
0
 private string          _GetPrivateFolderPath(string album)
 {
     NemoAgent.LogDisabledAgentCall(); return("");
 }
コード例 #14
0
 private string          _GetPublicGalleryPath(string album)
 {
     NemoAgent.LogDisabledAgentCall(); return("");
 }
コード例 #15
0
ファイル: FacebookAgent.cs プロジェクト: peynman/unity_agents
 private void            _ExecuteUploadPhotoRequest(string message, Texture2D image, int handle)
 {
     NemoAgent.LogDisabledAgentCall();
 }
コード例 #16
0
ファイル: FacebookAgent.cs プロジェクト: peynman/unity_agents
 private string          _getSessionState()
 {
     NemoAgent.LogDisabledAgentCall(); return("");
 }
コード例 #17
0
ファイル: FacebookAgent.cs プロジェクト: peynman/unity_agents
 private void            _ExecuteUploadPhotoRequest(string message, string filepath, int handle)
 {
     NemoAgent.LogDisabledAgentCall();
 }
コード例 #18
0
ファイル: FacebookAgent.cs プロジェクト: peynman/unity_agents
 private bool            _hasCurrentUserBasicInfo()
 {
     NemoAgent.LogDisabledAgentCall(); return(false);
 }
コード例 #19
0
ファイル: FacebookAgent.cs プロジェクト: peynman/unity_agents
 private void            _ExecuteStatusUpdateRequest(Dictionary <string, string> bundle, int handle)
 {
     NemoAgent.LogDisabledAgentCall();
 }
コード例 #20
0
ファイル: FacebookAgent.cs プロジェクト: peynman/unity_agents
 private bool            _hasCurrentUserFriends()
 {
     NemoAgent.LogDisabledAgentCall(); return(false);
 }
コード例 #21
0
 private void            _ShowMessage(string message, float time)
 {
     NemoAgent.LogDisabledAgentCall();
 }
コード例 #22
0
ファイル: FacebookAgent.cs プロジェクト: peynman/unity_agents
 private void            _OpenForPublish(string[] permissions, int handle)
 {
     NemoAgent.LogDisabledAgentCall();
 }
コード例 #23
0
 private void            _CloseBusy()
 {
     NemoAgent.LogDisabledAgentCall();
 }
コード例 #24
0
ファイル: FacebookAgent.cs プロジェクト: peynman/unity_agents
 private void            _CloseAndClear()
 {
     NemoAgent.LogDisabledAgentCall();
 }
コード例 #25
0
 private void            _ShowWebView(string title, string url, int width, int height)
 {
     NemoAgent.LogDisabledAgentCall();
 }
コード例 #26
0
ファイル: FacebookAgent.cs プロジェクト: peynman/unity_agents
 private void                _RequestNewReadPermission(string[] permissions, int handle)
 {
     NemoAgent.LogDisabledAgentCall();
 }
コード例 #27
0
 private void            _ShowComposeMail(string address, string subject, string body, string attachment)
 {
     NemoAgent.LogDisabledAgentCall();
 }
コード例 #28
0
ファイル: FacebookAgent.cs プロジェクト: peynman/unity_agents
 private void                _ExecuteMyFriendsRequest(int handle)
 {
     NemoAgent.LogDisabledAgentCall();
 }
コード例 #29
0
 private void            _ShowMessageBox(string title, string message, string button1, string button2, string button3)
 {
     NemoAgent.LogDisabledAgentCall();
 }
コード例 #30
0
 private void            _SaveScreenshotAsync(string filepath, int handle)
 {
     NemoAgent.LogDisabledAgentCall();
 }