TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
anurag chaurasia
NA
19
1.1k
Interface Callback in Xamarin
Dec 10 2017 6:41 AM
I am trying to write a interface callback from a java library inside Xamarin using c#, Below is the code snippet,
Connector.getInstance().login(email,
new
ILoginCallback()
{ @Override
public
void
onSuccess(
long
heloUserId)
{
/* call the required Activity for successful login */
}
@Override
public
void
onPinverification()
{
/*call the Pin verification activity to validate pin */
}
@Override
public
void
onFailure(String description)
{
/*show the toast msg for failure*/
}
});
I am unable to do interface callback in c# which blocked me to get the success or failure result.
Any Help appreciated.
Reply
Answers (
0
)
choose cells randamly
show three different cells value from three different tables