ShortcutInfo.Builder.SetStartingTheme(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets a theme resource id for the splash screen.
[Android.Runtime.Register("setStartingTheme", "(I)Landroid/content/pm/ShortcutInfo$Builder;", "GetSetStartingTheme_IHandler", ApiSince=31)]
public virtual Android.Content.PM.ShortcutInfo.Builder SetStartingTheme(int themeResId);
[<Android.Runtime.Register("setStartingTheme", "(I)Landroid/content/pm/ShortcutInfo$Builder;", "GetSetStartingTheme_IHandler", ApiSince=31)>]
abstract member SetStartingTheme : int -> Android.Content.PM.ShortcutInfo.Builder
override this.SetStartingTheme : int -> Android.Content.PM.ShortcutInfo.Builder
Parameters
- themeResId
- Int32
Returns
- Attributes
Remarks
Sets a theme resource id for the splash screen.
Android reference for android.content.pm.ShortcutInfo.Builder.setStartingTheme.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.