Inherits from BaseRequest : NSObject
Declared in InviteUsersRequest.h
InviteUsersRequest.m

Overview

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 SFSInvitation

Class Methods

requestWithInvitedUsers:secondsForAnswer:params:

a list of invited Users

+ (id)requestWithInvitedUsers:(NSArray *)invitedUsers secondsForAnswer:(NSInteger)secondsForAnswer params:(id<ISFSObject>)params

Parameters

invitedUsers

a list of invited Users

secondsForAnswer

the amount of seconds allowed to the invited User to reply (recommended range 15-40 seconds)

params

optional custom invitation parameters

Declared In

InviteUsersRequest.h