def __init__(self, window, gamertag): ## Initialize navigator Navigator.__init__(self, "Creating XBox Profile") ## Reference application self.window = window ## Reference the gamer tag self.GamerTag = gamertag
def __init__(self, window): ## Initialize navigator Navigator.__init__(self, "Navigating to Login Windows") ## Reference application self.window = window
def __init__(self, window): ## Initialize navigator Navigator.__init__(self, "Start session lets play") ## Reference application self.window = window
def __init__(self, window): ## Initialize navigator Navigator.__init__(self, "Checking if there is a XBox Profile") ## Reference application self.window = window
def __init__(self, window): ## Initialize navigator Navigator.__init__(self, "Exploring Games") ## Reference application self.window = window
def __init__(self, window): ## Initialize navigator Navigator.__init__(self, "Confirming Subscription") ## Reference application self.window = window
def __init__(self, window): ## Initialize navigator Navigator.__init__(self, "Adding Credit Card") ## Reference application self.window = window
def __init__(self, window): ## Initialize navigator Navigator.__init__(self, "Navigating to Microsoft Account Verify") ## Reference application self.window = window
def __init__(self, window): ## Initialize navigator Navigator.__init__(self, "Checking if has Ultimate Pass") ## Reference application self.window = window
def __init__(self, window): ## Initialize navigator Navigator.__init__(self, "Navigating To Manage Ultimate Game Pass") ## Reference application self.window = window
def __init__(self, window): ## Initialize navigator Navigator.__init__(self, "Checking if is logged in") ## Reference application self.window = window
def __init__(self, window, domainIdx, email, password, name, surname): ## Initialize navigator Navigator.__init__(self, "Registering account %s" % email) ## Reference application self.window = window
def __init__(self, window): ## Initialize navigator Navigator.__init__(self, "Logout from current session") ## Reference application self.window = window
def __init__(self, window, email, password): ## Initialize navigator Navigator.__init__(self, "Logging in as %s" % email) ## Reference application self.window = window