package com.insta4j.instagram.enums;
public enum Display {
/**
* Display a full-page authorization screen (the default)
*/
PAGE,
/**
* Display a compact dialog optimized for web popup windows
*/
POPUP,
/**
* Display a WAP / mobile-optimized version of the dialog
*/
WAP,
/**
* Display an iPhone/Android/smartphone-optimized version of the dialog
*/
TOUCH
}