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