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