Void
ITitleComponent
.SetTitleData(
String
title,
String
subTitle,
String
author,
String
icon,
String
version)
Sets all the data to display.
Remarks
Examples
Parameters
title
Type:
String
The main title.
subTitle
Type:
String
The sub-title.
author
Type:
String
The author.
icon
Type:
String
The icon.
version
Type:
String
The version.
Return Value
Type:
Void