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

Introduction

Description of a topic view that has been created.

See Also
PTDiffusionTopicViewsFeature
Since
6.3
Inheritance diagram for PTDiffusionTopicView:

Properties

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

Instance Methods

(BOOL) - isEqualToTopicView:
 

Method Documentation

- (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

- (NSString*) name
readnonatomicassign

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

Since
6.3
- (NSArray<NSString *>*) roles
readnonatomicassign

The roles used by the topic view when evaluating permissions.

Since
6.3
- (NSString*) specification
readnonatomicassign

The specification of the topic view.

Since
6.3