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

Interface for the result of checking the state of a remote server. More...

#include <PTDiffusionCheckRemoteServerResult.h>

Inheritance diagram for PTDiffusionCheckRemoteServerResult:

Properties

PTDiffusionRemoteServerConnectionStatestate
NSString * failureMessage

Detailed Description

Interface for the result of checking the state of a remote server.

This is used by the Remote Servers feature

Since
6.5

Property Documentation

◆ failureMessage

- (NSString*) failureMessage
readnonatomicassign

Message from the server if the connection state for the specified remote server is failed or retrying.

Since
6.5

◆ state

- (PTDiffusionRemoteServerConnectionState*) state
readnonatomicassign

The remote server's connection state

Since
6.5