Microsoft.Identity.Client.UI.CoreUIParent
class CoreUIParent
namespace Microsoft.Identity.Client.UI
{
internal class CoreUIParent
{
public UIViewController CallerViewController { get; set; }
public UIStatusBarStyle PreferredStatusBarStyle { get; set; }
public UIModalTransitionStyle ModalTransitionStyle { get; set; }
public UIModalPresentationStyle ModalPresentationStyle { get; set; }
public UIViewControllerTransitioningDelegate TransitioningDelegate { get; set; }
public CoreUIParent();
public CoreUIParent(UIViewController callerWindow);
}
}