Esempio n. 1
0
 private static extern void updateUser(string strEmail, string strName, string strBirth, string strAddress, string szSort, NativeDelegateNotification callback);
Esempio n. 2
0
 private static extern void findId(string strName, string strBirth, string strSort, NativeDelegateNotification callback);
Esempio n. 3
0
 private static extern void appListSearchRequest(string strcountry, NativeDelegateNotification callback);
Esempio n. 4
0
 private static extern void appDetailReqeust(string strproductid, string strcountry, NativeDelegateNotification callback);
Esempio n. 5
0
 private static extern void passwordEmailTransRequest(string strEmail, string strSort, NativeDelegateNotification callback);
Esempio n. 6
0
 private static extern void passwordResetRequest(string strpw, string strSort, NativeDelegateNotification callback);
Esempio n. 7
0
 private static extern void snsLoginReqeust(string strSortDevice, string strsnsToken, string strsnsTwiterToken, string strSort, string strEmail, string strsnsId, NativeDelegateNotification callback);
Esempio n. 8
0
 private static extern void retirementRequest(string strEmail, string strpw, string strsort, NativeDelegateNotification callback);
Esempio n. 9
0
 private static extern void memberIntegrateRequest(string strDevice, string strsnsToken, string strsnsTwiterToken, string strSort, string strEmail, string strpwd, NativeDelegateNotification callback);
Esempio n. 10
0
 private static extern void DeviceListRequest(string strEmail, string strSort, NativeDelegateNotification callback);
Esempio n. 11
0
 private static extern void DeviceConnectRequest(string strDevice, string strEmail, NativeDelegateNotification callback);
Esempio n. 12
0
 private static extern void SendMessageRequest(string strMessage, NativeDelegateNotification callback);
Esempio n. 13
0
 private static extern void LoginReqeust(string strEmail, string strpw, string strBusinesscode, NativeDelegateNotification callback);