KKingBes完善文档
b570b123创建于 2025年12月10日历史提交

Toast

use Kingbes\PebView\Toast;

Methods

Show

Static function

  • show Show toast Parameters
  • string $app Application name
  • string $title Toast title
  • string $message Toast message
  • string $icon Toast icon, default is empty string Returns
  • bool Whether the toast is shown successfully

Usage:

Toast::show("Application name", "Toast title", "Toast message");