Instance Property インスタンスプロパティ

widgetLargestAvailableDisplayMode

The largest display mode the widget supports. ウィジェットがサポートする最も大きいディスプレイモード。

Declaration 宣言

var widgetLargestAvailableDisplayMode: NCWidgetDisplayMode { get set }

Discussion 議論

The default value of this property is NCWidgetDisplayMode.compact. At any time, you can change the largest display mode your widget supports by changing the value of this property. For example, you can update the property value as more or less content is available to display in your widget. このプロパティの省略時の値はNCWidgetDisplayMode.compactです。いつでも、あなたはこのプロパティの値を変更することによって、あなたのウィジェットがサポートする最も大きいディスプレイモードを変更できます。例えば、あなたはこのプロパティ値を、より多くのまたは少ない内容があなたのウィジェットにおいて表示可能につれて更新できます。

See Also 参照

Managing the Display Mode for a Widget あるウィジェットに対するディスプレイモードを管理する