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

Overview

Quick join a User in a public game.

By providing a MatchExpression and a list of Rooms or Groups the system can search for matching Rooms and immediately teleport the player in the game action.

Tasks

Class Methods

requestWithMatchExpression:whereToSearch:roomToLeave:

a MatchExpression to filter Rooms

+ (id)requestWithMatchExpression:(MatchExpression *)matchExpression whereToSearch:(NSArray *)whereToSearch roomToLeave:(id<Room>)roomToLeave

Parameters

matchExpression

a MatchExpression to filter Rooms

whereToSearch

this parameter accepts an array of Room objects or an array of Strings representing valid Room Group names

roomToLeave

an optional Room that the User will leave after joining the game

Declared In

QuickJoinGameRequest.h