LINE Messaging API SDK for PHP

ImageSet
in package

Table of Contents

$id  : string
$index  : int|null
imageSet.index It won't be included if the sender is using LINE 11.15 or earlier for Android.
$total  : int|null
imageSet.total It won't be included if the sender is using LINE 11.15 or earlier for Android.
__construct()  : mixed
getId()  : string
Returns Image set ID.
getIndex()  : int|null
Returns indicating the image number in a set of images sent simultaneously.
getTotal()  : int|null
Returns total number of images sent simultaneously.

Properties

$index

imageSet.index It won't be included if the sender is using LINE 11.15 or earlier for Android.

private int|null $index

$total

imageSet.total It won't be included if the sender is using LINE 11.15 or earlier for Android.

private int|null $total

Methods

__construct()

public __construct(mixed $imageSet) : mixed
Parameters
$imageSet : mixed
Return values
mixed

getId()

Returns Image set ID.

public getId() : string
Return values
string

getIndex()

Returns indicating the image number in a set of images sent simultaneously.

public getIndex() : int|null

An index starting from 1.

Return values
int|null

getTotal()

Returns total number of images sent simultaneously.

public getTotal() : int|null
Return values
int|null

Search results