次の方法で共有


Notification.Style.InternalSetBigContentTitle メソッド

定義

オーバーロード

InternalSetBigContentTitle(ICharSequence)

テンプレートの大きな形式で ContentTitle をオーバーライドします。

InternalSetBigContentTitle(String)

テンプレートの大きな形式で ContentTitle をオーバーライドします。

InternalSetBigContentTitle(ICharSequence)

テンプレートの大きな形式で ContentTitle をオーバーライドします。

[Android.Runtime.Register("internalSetBigContentTitle", "(Ljava/lang/CharSequence;)V", "GetInternalSetBigContentTitle_Ljava_lang_CharSequence_Handler")]
protected virtual void InternalSetBigContentTitle (Java.Lang.ICharSequence? title);
[<Android.Runtime.Register("internalSetBigContentTitle", "(Ljava/lang/CharSequence;)V", "GetInternalSetBigContentTitle_Ljava_lang_CharSequence_Handler")>]
abstract member InternalSetBigContentTitle : Java.Lang.ICharSequence -> unit
override this.InternalSetBigContentTitle : Java.Lang.ICharSequence -> unit

パラメーター

title
ICharSequence

オーバーライド ContentTitleに使用するタイトル文字列。

属性

注釈

テンプレートの大きな形式で ContentTitle をオーバーライドします。 既定値は setContentTitle() に渡される値です。

の Java ドキュメントandroid.app.Notification.Style.internalSetBigContentTitle(java.lang.CharSequence)

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象

InternalSetBigContentTitle(String)

テンプレートの大きな形式で ContentTitle をオーバーライドします。

protected void InternalSetBigContentTitle (string? title);
member this.InternalSetBigContentTitle : string -> unit

パラメーター

title
String

オーバーライド ContentTitleに使用するタイトル文字列。

注釈

テンプレートの大きな形式で ContentTitle をオーバーライドします。 既定値は setContentTitle() に渡される値です。

の Java ドキュメントandroid.app.Notification.Style.internalSetBigContentTitle(java.lang.CharSequence)

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象