Click or drag to resize
GDWindowsCustomizeLogo Method (ImageSource, ImageSource)
Configure logo displayed by the BlackBerry Dynamics user interface.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public void CustomizeLogo(
	ImageSource splashLogo,
	ImageSource mainLogo
)

Parameters

splashLogo
Type: Windows.UI.Xaml.MediaImageSource
Image that will be displayed on the SDK splash screen in container of size 370x370.
mainLogo
Type: Windows.UI.Xaml.MediaImageSource
Image that will be displayed in container of size 120x120.
Remarks
Call this function to set image to be displayed instead of default logo in the BlackBerry Dynamics user interface (SDK UI). This function can be called prior to authorize, in order to configure the SDK UI as displayed during authorization processing. Please note that it is up to 3rd party developer to detect device display pixel density and provide images scaled accordingly for the best viewing experience.
See Also