Conforms to NSObject
Declared in Invitation.h

Overview

Represents an Invitation object For more details see the SFSInvitation implementation

See SFSInvitation

Tasks

  • – id

    The id of the invitation

    required method
  • – inviter

    The inviter User

    required method
  • – invitee

    The invited User

    required method
  • – secondsForAnswer

    The amount of time (seconds) allowed to reply to the invitation

    required method
  • – params

    A custom set of parameters. Can be used to provide a message for the invitation and any other relevant data

    required method

Instance Methods

id

The id of the invitation

- (NSInteger)id

Discussion

The id of the invitation

Declared In

Invitation.h

invitee

The invited User

- (id<User>)invitee

Discussion

The invited User

Declared In

Invitation.h

inviter

The inviter User

- (id<User>)inviter

Discussion

The inviter User

Declared In

Invitation.h

params

A custom set of parameters. Can be used to provide a message for the invitation and any other relevant data

- (id<ISFSObject>)params

Discussion

A custom set of parameters. Can be used to provide a message for the invitation and any other relevant data

Declared In

Invitation.h

secondsForAnswer

The amount of time (seconds) allowed to reply to the invitation

- (NSInteger)secondsForAnswer

Discussion

The amount of time (seconds) allowed to reply to the invitation

Declared In

Invitation.h