public static interface

User.Listener

com.urbanairship.messagecenter.User.Listener

Class Overview

A listener interface for receiving events for user updates.

Summary

Public Methods
abstract void onUserUpdated(boolean success)
Called when the user is updated.

Public Methods

public abstract void onUserUpdated (boolean success)

Called when the user is updated.

Parameters
success if the request was successful, otherwise false.