UnknownEvent

A class that represents the unknown event. If the event is not supported by this SDK, the event will be instantiate to this.
extends LINE\LINEBot\Event\BaseEvent
Methods Summary
public
# __construct( array $event )
UnknownEvent constructor.

Overrides

public
# getEventBody( )
Returns unprocessed event body. You can handle the event with getting the event body through this even if the event type is unknown.
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