smallIcon property

String smallIcon
final

通知栏的小图标,这里传入的是mipmap文件下的图片名称 eg:ic_launcher.png则传入ic_launcher

Implementation

final String smallIcon;