Apple News API PHP Client

BehaviorInterface extends JsonSerializable

Interface for all ANF component behaviors.

Behaviors control how components respond to user interaction, device motion, and scrolling.

Tags
see
https://developer.apple.com/documentation/apple_news/behavior

Table of Contents

Methods

getType()  : string
Get the behavior type identifier.

Methods

getType()

Get the behavior type identifier.

public getType() : string
Return values
string

The behavior type (e.g., 'parallax', 'springy').


        
On this page

Search results