BeaconDetectionEvent

A class that represents the event of beacon detection.
extends LINE\LINEBot\Event\BaseEvent
Methods Summary
public
# __construct( array $event )
BeaconDetectionEvent constructor.

Overrides

public
# getHwid( )
Get hardware ID of the beacon.
public
# getBeaconEventType( )
Returns type of beacon event.
public
# getDeviceMessage( )
Returns device message of the beacon.
Methods inherited from LINE\LINEBot\Event\BaseEvent
__construct(), getType(), getMode(), getTimestamp(), getReplyToken(), isUserEvent(), isGroupEvent(), isRoomEvent(), isUnknownEvent(), getUserId(), getGroupId(), getRoomId(), getEventSourceId()
Properties inherited from LINE\LINEBot\Event\BaseEvent
$event