PlayerIO

The fastest way to build online games without breaking a sweat.

Objective-C Client Reference

Multiplayer  class documentationClass PIONotificationEndpoint

Language: Objective-C

Notifications Endpoint

Properties

 
configuration
The configuration of the endpoint
enabled
Is this endpoint currently enabled?
identifier
The endpoint identifier (e.g, push device id or e-mail address...)
type
The type of the endpoint

@property (nonatomic) NSDictionary * configuration

The configuration of the endpoint

@property (nonatomic) BOOL enabled

Is this endpoint currently enabled?

@property (nonatomic) NSString * identifier

The endpoint identifier (e.g, push device id or e-mail address...)

@property (nonatomic) NSString * type

The type of the endpoint