Invitations
interface Invitations
Content copied to clipboard
Functions
acceptUserInvitation
Link copied to clipboard
abstract fun acceptUserInvitation(invitationId: String, listener: IResultListener?)
Content copied to clipboard
addRainbowContactToNetwork
Link copied to clipboard
abstract fun addRainbowContactToNetwork(contact: IRainbowContact, listener: INotificationProxy.ISendInvitationListener?)
Content copied to clipboard
cancelUserSentInvitation
Link copied to clipboard
abstract fun cancelUserSentInvitation(invitation: Invitation, listener: IResultListener?)
Content copied to clipboard
declineUserInvitation
Link copied to clipboard
abstract fun declineUserInvitation(invitationId: String, listener: IResultListener?)
Content copied to clipboard
getReceivedUserInvitationById
Link copied to clipboard
abstract fun getReceivedUserInvitationById(invitationId: String): Invitation?
Content copied to clipboard
getSentUserInvitationById
Link copied to clipboard
abstract fun getSentUserInvitationById(invitationId: String): Invitation?
Content copied to clipboard
inviteUserByEmail
Link copied to clipboard
abstract fun inviteUserByEmail(email: String, listener: INotificationProxy.ISendInvitationListener?)
Content copied to clipboard
inviteUserBySms
Link copied to clipboard
abstract fun inviteUserBySms(phoneNumber: String, listener: INotificationProxy.ISendInvitationListener?)
Content copied to clipboard
isContactInvited
Link copied to clipboard
refreshReceivedInvitations
Link copied to clipboard
abstract fun refreshReceivedInvitations(listener: IUserProxy.IGetUserInvitationsListener?)
Content copied to clipboard
Refresh the list of received invitationsAfter onSuccess is triggered, the list receivedUserInvitations is automatically updated
refreshSentInvitations
Link copied to clipboard
abstract fun refreshSentInvitations(listener: IUserProxy.IGetUserInvitationsListener?)
Content copied to clipboard
Refresh the list of received invitationsAfter onSuccess is triggered, the list sentUserInvitations is automatically updated
removeRainbowContactFromNetwork
Link copied to clipboard
abstract fun removeRainbowContactFromNetwork(contact: IRainbowContact, listener: IResultListener?)
Content copied to clipboard
Properties
pendingReceivedUserInvitations
Link copied to clipboard
pendingSentUserInvitations
Link copied to clipboard
receivedUserInvitations
Link copied to clipboard
sentUserInvitations
Link copied to clipboard