SFS2X Objective-C API  1.7.13
iOS / macOS / tvOS
InviteUsersRequest Class Reference

#import <InviteUsersRequest.h>

Inherits BaseRequest.

Instance Methods

(id) - initWithInvitedUsers:secondsForAnswer:params:
 

Class Methods

(id) + requestWithInvitedUsers:secondsForAnswer:params:
 

Properties

NSArray * invitedUsers
 
NSInteger secondsForAnswer
 
id< ISFSObject > params
 

Detailed Description

Send one or more generic invitations to a list of Users. Invitations can be used for different purposes such as playing games, visiting a specific Room, Buddy requests etc...

See also
SFSInvitation

Method Documentation

◆ requestWithInvitedUsers:secondsForAnswer:params:

+ (id) requestWithInvitedUsers: (NSArray *)  invitedUsers
secondsForAnswer: (NSInteger)  secondsForAnswer
params: (id <ISFSObject>)  params 
Parameters
invitedUsersa list of invited Users
secondsForAnswerthe amount of seconds allowed to the invited User to reply (recommended range 15-40 seconds)
paramsoptional custom invitation parameters
See also
[ISFSEvents onInvitationReply:]
SFSInvitation
InvitationReply