invite Guest
open fun inviteGuest( @NonNull context: Context, @NonNull phoneNumber: String, @NonNull firstName: String, @NonNull lastName: String, @Nullable email: String, @Nullable details: String, @Nullable recipientPhonesList: List<PhoneItem>, @Nullable recipientContactList: List<ContactItem>, sendMethod: Int, @Nullable inviteGuestCallback: STWInviteGuestCallback)
Content copied to clipboard
Call this method to invite a Guest
Parameters
context
Context:The application context
phone Number
String:The guest international phone number
first Name
String:The guest first name
last Name
String:The guest last name
email
String:The guest email
details
String: additional details to be sent with the invitation
recipient Contact List
List of ContactItem The list of groups that exist in the conversation
send Method
STWInviteGuestMode: send method
invite Guest Callback
STWInviteGuestCallback: callback to receive invited guest details