Apple News API PHP Client

ContentDisplayInterface extends JsonSerializable

Interface for all ANF content display types.

Content displays control how child components are arranged within container components like Section, Chapter, and Container.

Tags
see
https://developer.apple.com/documentation/apple_news/collectiondisplay
see
https://developer.apple.com/documentation/apple_news/horizontalstackdisplay

Table of Contents

Methods

getType()  : string
Get the content display type identifier.

Methods

getType()

Get the content display type identifier.

public getType() : string
Return values
string

The display type (e.g., 'horizontal_stack', 'collection').


        
On this page

Search results