LINE Messaging API SDK for PHP

CameraRollTemplateActionBuilder implements TemplateActionBuilder

A builder class for camera roll action.

Interfaces, Classes and Traits

TemplateActionBuilder
The interface that has a responsibility to build template action.

Table of Contents

$label  : string
__construct()  : mixed
CameraRollAction constructor.
buildTemplateAction()  : array<string|int, mixed>
Builds camera roll action structure.

Properties

Methods

__construct()

CameraRollAction constructor.

public __construct(string $label) : mixed

This action can be configured only with quick reply buttons.

Parameters
$label : string

Label of action.

Return values
mixed

buildTemplateAction()

Builds camera roll action structure.

public buildTemplateAction() : array<string|int, mixed>
Return values
array<string|int, mixed>

Built camera roll action structure.

Search results