public final class CustomPrinterIconCallback 
 extends Object 
| java.lang.Object | |
| android.printservice.CustomPrinterIconCallback | |
回调为 onRequestCustomPrinterIcon(PrinterId, CancellationSignal, CustomPrinterIconCallback) 。
公共方法(Public methods) |  
      |
|---|---|
 boolean  |  
         onCustomPrinterIconLoaded(Icon icon)  为打印机提供一个新图标。  |  
      
继承方法(Inherited methods) |  
      |
|---|---|
  java.lang.Object  
         |  
      |
boolean onCustomPrinterIconLoaded (Icon icon)
为打印机提供一个新图标。 可以多次调用以更新图标。
| 参数(Parameters) | |
|---|---|
icon |  
         Icon: The new icon for the printer or null to unset the current icon |  
       
| 返回(Returns) | |
|---|---|
boolean |  
        true iff the icon could be updated |