Show / Hide Table of Contents

Class AN_NotificationCompat.BigTextStyle

Helper class for generating large-format notifications that include a lot of text. If the platform does not provide large-format notifications, this method has no effect.The user will always see the normal notification view.

Inheritance
System.Object
AN_NotificationCompat.Style
AN_NotificationCompat.BigTextStyle
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 BigTextStyle : AN_NotificationCompat.Style

Methods

BigText(String)

Provide the longer text to be displayed in the big form of the template in place of the content text.

Declaration
public void BigText(string text)
Parameters
Type Name Description
System.String text
In This Article
Back to top Generated by DocFX