Class ContentInfoProvider
java.lang.Object
io.appmetrica.analytics.push.notification.providers.ContentInfoProvider
- All Implemented Interfaces:
NotificationValueProvider<android.text.Spanned>
public class ContentInfoProvider
extends Object
implements NotificationValueProvider<android.text.Spanned>
Extracts value for
NotificationCompat.Builder.setContentInfo(CharSequence) method.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionandroid.text.Spannedget(PushMessage pushMessage) Extracts value forNotificationCompat.Builder.setContentInfo(CharSequence)method.
-
Constructor Details
-
ContentInfoProvider
public ContentInfoProvider()
-
-
Method Details
-
get
Extracts value forNotificationCompat.Builder.setContentInfo(CharSequence)method.- Specified by:
getin interfaceNotificationValueProvider<android.text.Spanned>- Parameters:
pushMessage- receivedPushMessage- Returns:
- extracted value
-