SMPOpenUIAutosizeBehavior enumeration

An enum used to tell Agentry what the autosize behavior for the extension should be.

Syntax

enum SMPOpenUIAutosizeBehavior

Members

Member name Description Value
SMPOpenUIAutosizeBehaviorNone The adapter view will not be autosized. 0
SMPOpenUIAutosizeBehaviorFillVisible The adapter view will be autosized to take up the visible area of the screen. 1
SMPOpenUIAutosizeBehaviorWrapContent The adapter will be queried via "wantsViewHeightForWidth:" to determine the height it wants its view to be depending on its content. 2