예제 #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);