Notification.Builder.SetCustomBigContentView(RemoteViews ...
文章推薦指數: 80 %
Learn more about the Android.App.Notification.Builder.SetCustomBigContentView in the Android.App namespace.
Skiptomaincontent
Thisbrowserisnolongersupported.
UpgradetoMicrosoftEdgetotakeadvantageofthelatestfeatures,securityupdates,andtechnicalsupport.
DownloadMicrosoftEdge
MoreinfoaboutInternetExplorerandMicrosoftEdge
Tableofcontents
Exitfocusmode
Language
ReadinEnglish
Save
Tableofcontents
ReadinEnglish
Save
Edit
Twitter
LinkedIn
Facebook
Email
Tableofcontents
Notification.Builder.SetCustomBigContentView(RemoteViews)Method
Reference
Definition
Namespace:
Android.App
Assembly:Mono.Android.dll
Important
Someinformationrelatestoprereleaseproductthatmaybesubstantiallymodifiedbeforeit’sreleased.Microsoftmakesnowarranties,expressorimplied,withrespecttotheinformationprovidedhere.
Inthisarticle
[Android.Runtime.Register("setCustomBigContentView","(Landroid/widget/RemoteViews;)Landroid/app/Notification$Builder;","GetSetCustomBigContentView_Landroid_widget_RemoteViews_Handler",ApiSince=24)]
publicvirtualAndroid.App.Notification.BuilderSetCustomBigContentView(Android.Widget.RemoteViews?contentView);
[
延伸文章資訊
- 1How to create custom push notifications on Android 12
Provide custom view layouts with the setCustomContentView() and setCustomBigContentView() methods...
- 2Create custom big notification inflate - android - Stack Overflow
setCustomBigContentView(remoteViews) doesn't working? And why I cant use my custom TextView ? thi...
- 3Android N 带来的新通知栏- Roger的博客
如果我们使用setCustomBigContentView() 方法而没有用setCustomContentView() 方法设置折叠状态的layout,这时我们的notification 将会...
- 4Notification.Builder.SetCustomBigContentView(RemoteViews ...
Learn more about the Android.App.Notification.Builder.SetCustomBigContentView in the Android.App ...
- 5android.support.v4.app.NotificationCompat$Builder - Java
setCustomContentView(notRemoteView) .setCustomBigContentView(bigNotRemoteView);