Ejemplo n.º 1
0
    public static void OpenCamera(EventDelegate eventDelegate)
    {
        Instance.mEventDelegate = eventDelegate;
        string timeStr = UtilMgr.GetDateTime("yyyy-MM-dd HH:mm:ss");

        timeStr += " by lb.jpg";
        IOSMgr.CallIOSFunc("OpenCamera", timeStr);
    }
Ejemplo n.º 2
0
 public static void GetHeightStatusBar()
 {
     IOSMgr.CallIOSFunc("GetHeightStatusBar", "");
 }
Ejemplo n.º 3
0
 public static void OpenFB(EventDelegate eventDelegate)
 {
     Instance.mEventDelegate = eventDelegate;
     IOSMgr.CallIOSFunc("OpenFB", "");
 }
Ejemplo n.º 4
0
 public static void ViberateDevice(long millSec)
 {
     IOSMgr.CallIOSFunc("ViberateDevice", string.Format("{0}", millSec));
 }
Ejemplo n.º 5
0
 public static void RegistGCM(EventDelegate eventDelegate)
 {
     Instance.mEventDelegate = eventDelegate;
     IOSMgr.CallIOSFunc("RegisterGCM", "");
 }
Ejemplo n.º 6
0
 public static void GetGalleryImages(EventDelegate eventDelegate)
 {
     Instance.mEventDelegate = eventDelegate;
     IOSMgr.CallIOSFunc("GetGalleryImages", "");
 }