クラス
@interface MCDUserActivityVisualElements : NSObject
このクラスには、MCDUserActivity の [詳細] タイルに表示できる説明やアイコンなどの視覚的な情報が含まれています。
プロパティ
displayText
@property(nonatomic, copy, nonnull) NSString* displayText;
アクティビティの "詳細" タイルの表示テキスト。
descriptionText
@property(nonatomic, copy, nullable) NSString* descriptionText;
アクティビティの "詳細" タイルの説明テキスト。
backgroundColor
@property(nonatomic, copy, nullable) SKColor* backgroundColor;
アクティビティのタイルの背景色。
帰属
@property(nonatomic, retain, nullable) MCDUserActivityAttribution* attribution;
アクティビティに関するグラフィカルな情報。
adaptiveCardJson
@property(nonatomic, copy, nullable) NSString* adaptiveCardJson;
アクティビティの "詳細" タイルのコンテンツ テキスト。
attributionDisplayText
@property(nonatomic, copy, nullable) NSString* attributionDisplayText;
アクティビティ カードの上部バナーに表示されるテキスト。