Class AN_NotificationCompat.BigPictureStyle
Helper class for generating large-format notifications that include a large image attachment. If the platform does not provide large-format notifications, this method has no effect.The user will always see the normal notification view.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SA.Android.App
Assembly: cs.temp.dll.dll
Syntax
public class BigPictureStyle : AN_NotificationCompat.Style
Methods
BigLargeIcon(Texture2D)
Override the large icon when the big notification is shown.
Declaration
public void BigLargeIcon(Texture2D tex)
Parameters
Type | Name | Description |
---|---|---|
Texture2D | tex | Texture2D |
BigPicture(Texture2D)
Provide the
Declaration
public void BigPicture(Texture2D tex)
Parameters
Type | Name | Description |
---|---|---|
Texture2D | tex | Texture2D |