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

Description of a topic view that has been created. More...

#include <PTDiffusionTopicView.h>

Inheritance diagram for PTDiffusionTopicView:

Instance Methods

(BOOL) - isEqualToTopicView:

Properties

NSString * name
NSString * specification
NSArray< NSString * > * roles

Detailed Description

Description of a topic view that has been created.

See also
PTDiffusionTopicViewsFeature
Since
6.3

Method Documentation

◆ isEqualToTopicView:

- (BOOL) isEqualToTopicView: (nullable PTDiffusionTopicView *) topicView

Compares the receiver to the given topic view.

Parameters
topicViewThe topic view object with which to compare the receiver.
Returns
YES if it matches the receiver, otherwise NO.
Since
6.3

Property Documentation

◆ name

- (NSString*) name
readnonatomicassign

The name of the topic view. If the name is empty, the operation will fail.

Since
6.3

◆ roles

- (NSArray<NSString *>*) roles
readnonatomicassign

The roles used by the topic view when evaluating permissions.

Since
6.3

◆ specification

- (NSString*) specification
readnonatomicassign

The specification of the topic view.

Since
6.3