Diffusion Apple API 6.12.0
Unified Client Library for iOS, tvOS and OS X / macOS
Loading...
Searching...
No Matches
PTDiffusionCreateRemoteServerResult Class Reference

Interface for the result from the creation of a remote server. More...

#include <PTDiffusionCreateRemoteServerResult.h>

Inheritance diagram for PTDiffusionCreateRemoteServerResult:

Properties

PTDiffusionRemoteServerremoteServer
BOOL success
NSArray< NSError * > * errors

Detailed Description

Interface for the result from the creation of a remote server.

This is used by the Remote Servers feature.

Since
6.5

Property Documentation

◆ errors

- (NSArray<NSError *>*) errors
readnonatomicassign

The list of errors resulting from attempting to create a remote server.

Since
6.5

◆ remoteServer

- (PTDiffusionRemoteServer*) remoteServer
readnonatomicassign

The remote server.

Since
6.5

◆ success

- (BOOL) success
readnonatomicassign

Whether the response successfully creates a remote server or not.

Since
6.5