WhiteAppSyncAttributes Class Reference

Inherits from WhiteObject
Declared in WhiteAppSyncAttributes.h

Overview

Information about the window app in multi-window mode.

  kind

The type of the window app.

@property (nonatomic, copy, readonly) NSString *kind

Declared In

WhiteAppSyncAttributes.h

  title

The title of the window app.

@property (nonatomic, copy, readonly) NSString *title

Declared In

WhiteAppSyncAttributes.h

  options

The options of the window app.

@property (nonatomic, copy, readonly) NSDictionary *options

Declared In

WhiteAppSyncAttributes.h

  src

The optional data source of the window app.

@property (nonatomic, copy, readonly, nullable) NSString *src

Declared In

WhiteAppSyncAttributes.h

  state

The optional state of the window app.

@property (nonatomic, copy, readonly) NSDictionary *state

Declared In

WhiteAppSyncAttributes.h