Click or drag to resize
SynchronizationEngineHostOnLoggedInUserChanged Method
Method to raise the an event when a user logs in or logs out.

Namespace: Oracle.Cloud.Mobile.Synchronization
Assembly: Oracle.Cloud.Mobile.Synchronization.PCL (in Oracle.Cloud.Mobile.Synchronization.PCL.dll) Version: 16.1.3.1 (16.1.3.1)
Syntax
protected void OnLoggedInUserChanged(
	bool isAuthorized,
	string username
)

Parameters

isAuthorized
Type: SystemBoolean
True if there is now a logged in user.
username
Type: SystemString
The name of the logged in user, null if there is no logged in user.
See Also