Diffusion Apple API  6.5.13
Unified Client Library for iOS, tvOS and OS X / macOS
 All Classes Files Functions Variables Enumerations Enumerator Properties Pages
Properties | List of all members
PTDiffusionCreateRemoteServerResult Class Reference

Introduction

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

This is used by the Remote Servers feature

Since
6.5
Inheritance diagram for PTDiffusionCreateRemoteServerResult:

Properties

PTDiffusionRemoteServerremoteServer
 
BOOL success
 
NSArray< NSError * > * errors
 

Property Documentation

- (NSArray<NSError *>*) errors
readnonatomicassign

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

Since
6.5
- (PTDiffusionRemoteServer*) remoteServer
readnonatomicassign

The remote server

Since
6.5
- (BOOL) success
readnonatomicassign

Wether the response successfuly create a remote server or not

Since
6.5