UIApplication.SetNewsstandIconImage(UIImage) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the icon to be used in Newsstand.
[Foundation.Export("setNewsstandIconImage:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.None, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void SetNewsstandIconImage (UIKit.UIImage image);
abstract member SetNewsstandIconImage : UIKit.UIImage -> unit
override this.SetNewsstandIconImage : UIKit.UIImage -> unit
Parameters
- image
- UIImage
The image to be used, or null
to set the icon stored in the app bundle.
This parameter can be null
.
- Attributes