ChallengeInfoHeader Property
Challenge information screen header.
Syntax
char* GetChallengeInfoHeader();
LPWSTR GetChallengeInfoHeader();
@property (nonatomic,readonly,assign,getter=challengeInfoHeader) NSString* challengeInfoHeader; - (NSString*)challengeInfoHeader;
public var challengeInfoHeader: String { get {...} }
Default Value
""
Remarks
This field contains the header text for the challenge information screen that is being presented.
This property is read-only.
Data Type
String