Uses of Interface
com.iizix.gyro.IClientSessionGyro
Uses of IClientSessionGyro in com.iizix.api
Methods in com.iizix.api with parameters of type IClientSessionGyro Modifier and Type Method Description voidIInstanceLifecycleListener. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, PropCnr owner)This method is called after the virtualization has completed and that all references, etc, are ready but before any kind of other action is done.Uses of IClientSessionGyro in com.iizix.api.ui
Methods in com.iizix.api.ui that return IClientSessionGyro Modifier and Type Method Description IClientSessionGyroUIBaseEvent. getClientSessionGyro()Gets the Client Session Gyro instance.IClientSessionGyroUIConnectEvent. getClientSessionGyro()Gets the client session gyro that started the new connection to an existing instance of the virtualized application with a shared VirtualSpace.Constructors in com.iizix.api.ui with parameters of type IClientSessionGyro Constructor Description UIConnectEvent(UIPanelBase panel, IClientSessionGyro clientGyro)Constructs the event for a component.Uses of IClientSessionGyro in com.iizix.api.vs
Methods in com.iizix.api.vs that return IClientSessionGyro Modifier and Type Method Description IClientSessionGyroVSBaseEventWithTrigger. getTriggerClientSessionGyro()Gets the client session that triggered the VS event.Methods in com.iizix.api.vs with parameters of type IClientSessionGyro Modifier and Type Method Description IFocusCompIVSFocusHandler. processFocusMapping(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, int destination, IFocusComp focusComp, int source, IFocusComp currentFocus)Called to return the component to focus.Uses of IClientSessionGyro in com.iizix.event
Methods in com.iizix.event that return IClientSessionGyro Modifier and Type Method Description IClientSessionGyroRefreshEvent. getClientSessionGyro()The client session that caused the refresh.Constructors in com.iizix.event with parameters of type IClientSessionGyro Constructor Description RefreshEvent(GProp<?> source, IClientSessionGyro clientGyro, RefreshEvent.Type type)Constructs a new sinking refresh event of the specified type.Uses of IClientSessionGyro in com.iizix.geo
Methods in com.iizix.geo with parameters of type IClientSessionGyro Modifier and Type Method Description voidIAddUserLocation. addUserLocation(IClientSessionGyro clientGyro, DeviceLocation location)Adds a new user location when received from a client session.voidIBackgroundLocationModeListener. onBackgroundLocationModeChanged(IClientSessionGyro clientGyro, boolean isEnabled)Called when the background location mode changes.voidILocationListener. onLocationChanged(IClientSessionGyro clientGyro, DeviceLocation deviceLocation)Called when the device location has been received or changed.Uses of IClientSessionGyro in com.iizix.gyro
Methods in com.iizix.gyro that return IClientSessionGyro Modifier and Type Method Description IClientSessionGyroILockState. getClientSessionGyro()Gets the client session gyro.IClientSessionGyro[]IAppSessionGyro. getClientSessionGyros()Gets the active client session Gyro's for this application session Gyro.static IClientSessionGyroIClientSessionGyro. getSessionInstance()Gets the runtime application instance for the current thread in a client session.static IClientSessionGyroIClientSessionGyro. getSessionInstance(SessionInfo sessionInfo)Gets the runtime application instance for the current thread in a client session.Methods in com.iizix.gyro with parameters of type IClientSessionGyro Modifier and Type Method Description LoginResultIUserAuthenticationUI. changePassword(IClientSessionGyro clientGyro, java.lang.String user, java.lang.String oldPassword, java.lang.String newPassword)Changes the password for the user.default UICompIAppSessionFocusProvider. findFocusFromVS(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, IVirtualSpaceFocusEngine vsFocusEngine, VirtualSpace vsVirtual, IVSComponent vsComp, UIComp currentFocusedUIComp, boolean mustChangePanel)Finds the UI focus from VS.IAppSessionGyro[]IUserAuthenticationUI. getActiveUserSessions(IClientSessionGyro clientGyro)Gets the current user sessions that can be switched to, i.e.default IVSComponentIAppSessionFocusProvider. getInitialVSFocus(IAppSessionGyro appGyro, IClientSessionGyro clientGyro)Returns the initial focus to set in the application.intIUserAuthenticationUI. initialize(IClientSessionGyro clientGyro, VSField user, VSField password, VSField rememberMe, VSField authProvider)Initializes the user ID, password, "Remember Me" enabled and auto-login settings.booleanIUserAuthenticationUI. isUserNameFree(IClientSessionGyro clientGyro, java.lang.String user)Checks if the user name is free to use, i.e.voidIClientSessionConnectionListener. onClientConnection(IAppSessionGyro appGyro, IClientSessionGyro clientGyro)Called when a new client session is connected to the application session.voidIClientSessionConnectionListener. onClientDisposed(IAppSessionGyro appGyro, IClientSessionGyro clientGyro)Called when a client session is disposed of.voidIClientSessionDisposeListener. onDispose(IClientSessionGyro clientGyro)Called when the client session is disposed of.voidIScreenOrientationListener. onScreenOrientationChanged(IClientSessionGyro clientSessionGyro, ScreenOrientation orientation)Called when the screen orientation changes.voidIScreenSizeListener. onScreenSizeChanged(IClientSessionGyro clientSessionGyro, Size size)Called when the screen size changes.voidIStatusBarTapListener. onStatusBarTapped(IClientSessionGyro clientGyro)Called when the status bar is tapped.voidIUserAuthenticationUI. performExternalLogin(IClientSessionGyro clientGyro, AuthenticationProvider provider, boolean rememberProvider, java.util.function.BiConsumer<LoginResult,UserInfoBase> callback)Performs the login for any external login authentication provider.UserInfoBaseIUserAuthenticationUI. performExternalSignup(IClientSessionGyro clientGyro, UserProfileInfo userProfile, AuthenticationProvider provider, boolean rememberProvider)Performs a sign-up using the external authentication provider.UserInfoBaseIUserAuthenticationUI. performInternalLogin(IClientSessionGyro clientGyro, java.lang.String user, java.lang.String password, boolean rememberProvider)Performs the login for the internal login provider.UserInfoBaseIUserAuthenticationUI. performInternalSignup(IClientSessionGyro clientGyro, UserProfileInfo userProfile, java.lang.String password, int autoLogin)Performs a sign-up using the internal login provider.booleanIUserAuthenticationUI. saveUser(IClientSessionGyro clientGyro, AuthenticationProvider provider, java.lang.String user, java.lang.String password, boolean rememberMe, int autoLogin)Saves the user ID, password and "Remember Me" enabled settings.booleanIUserAuthenticationUI. switchTo(IClientSessionGyro clientGyro, IAppSessionGyro session)Switches to the specified active application session.PasswordPolicyResultIUserAuthenticationUI. validatePassword(IClientSessionGyro clientGyro, java.lang.String user, java.lang.String password)Validates the password against a password policy that would apply to the user in question.Uses of IClientSessionGyro in com.iizix.gyro.history
Methods in com.iizix.gyro.history with parameters of type IClientSessionGyro Modifier and Type Method Description java.lang.StringIAppHistory. isBackwardEnabled(IClientSessionGyro clientGyro)Returns if the backward operation is enabled or not.default java.lang.StringIAppHistoryBackward. isBackwardEnabled(IAppHistoryEntry entry, IClientSessionGyro clientGyro)Returns if the backward operation is enabled or not.java.lang.StringIAppHistoryEntry. isBackwardEnabled(IClientSessionGyro clientGyro)Returns if the backward operation is enabled or not.java.lang.StringIAppHistoryEntry. isBackwardFocusEnabled(IClientSessionGyro clientGyro)Returns if the focus to the backward UI component if possible, otherwise the VS component.java.lang.StringIAppHistory. isForwardEnabled(IClientSessionGyro clientGyro)Returns if the forward operation is enabled or not.java.lang.StringIAppHistoryEntry. isForwardEnabled(IClientSessionGyro clientGyro)Returns if the forward operation is enabled or not.default java.lang.StringIAppHistoryForward. isForwardEnabled(IAppHistoryEntry entry, IClientSessionGyro clientGyro)Returns if the forward operation is enabled or not.java.lang.StringIAppHistoryEntry. isForwardFocusEnabled(IClientSessionGyro clientGyro)Returns if the focus to the forward UI component if possible, otherwise the VS component.java.lang.StringIAppHistory. performBackward(IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback)Performs the backward operation for the client session in question.java.lang.StringIAppHistoryBackward. performBackward(IAppHistoryEntry entry, IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback)Performs the backward operation for the client session in question.java.lang.StringIAppHistoryEntry. performBackward(IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback)Performs the backward operation for the client session in question.java.lang.StringIAppHistory. performForward(IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback)Performs the forward operation for the client session in question.java.lang.StringIAppHistoryEntry. performForward(IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback)Performs the forward operation for the client session in question.java.lang.StringIAppHistoryForward. performForward(IAppHistoryEntry entry, IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback)Performs the forward operation for the client session in question.java.lang.StringIAppHistoryEntry. setBackwardFocus(IClientSessionGyro clientGyro)Sets the focus to the backward UI component if possible, otherwise the VS component.java.lang.StringIAppHistoryEntry. setForwardFocus(IClientSessionGyro clientGyro)Sets the focus to the forward UI component if possible, otherwise the VS component.Uses of IClientSessionGyro in com.iizix.prop
Methods in com.iizix.prop that return IClientSessionGyro Modifier and Type Method Description IClientSessionGyroEnvProps. getClientSessionGyro()Gets the client session gyro instance.IClientSessionGyroGProp. getClientSessionGyro()Returns the Client Session Gyro instance of this virtualized property.IClientSessionGyroIGProp. getClientSessionGyro()Returns the Client Session Gyro instance of this virtualized property.Methods in com.iizix.prop with parameters of type IClientSessionGyro Modifier and Type Method Description voidPropCnr. completeVirtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)Once the property container has been virtualized and added into a virtualized container, a call to this routine should be done.protected voidPropCnr. doVirtualizePropCnr(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, GProp<?>[] props, java.lang.String extendsName, VirtualSpace virtualSpace, PropCnr virtualizedProp, PropCnr clonedProp)The rest of the virtualization is done using the correct "this" for inner classes.PreloadClientCacheResource[]IClientCachePreload. getPreloadClientCacheResources(IClientSessionGyro clientGyro)Returns the list of resources that are required on the client side in the preload-to-cache mechanism.ILocationServiceGeoProps. initialize(IClientSessionGyro clientGyro, IAddUserLocation locationAdder)Initializes the client session to receive locations.booleanPreloadClientCacheResource. isRelevant(IClientSessionGyro clientGyro)Verifies if this resource is of relevant use for the client.protected voidClassReference. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)Called when virtualization completed.protected voidFixedVirtualizedAbstractReference. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)Called when virtualization completed.protected voidGProp. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)Called when virtualization completed.protected voidFixedVirtualizedAbstractReference. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)Called when this property has been virtualized.protected voidGProp. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)Called when this property has been virtualized.IRemoteSessionControlEnvProps. registerSession(IClientSessionGyro clientGyro, IRemoteSessionControlListener listener)Assigns the application session control listener.protected GProp<?>ClassReference. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)Call this method to "virtualize" a property tree.protected GProp<?>GProp. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)Call this method to "virtualize" a property tree.protected GProp<?>PropCnr. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)Call this method to "virtualize" a property tree.Uses of IClientSessionGyro in com.iizix.prop.content
Methods in com.iizix.prop.content with parameters of type IClientSessionGyro Modifier and Type Method Description protected voidAbstractContentUIContainer. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)Called when virtualization completed.Uses of IClientSessionGyro in com.iizix.prop.font
Methods in com.iizix.prop.font with parameters of type IClientSessionGyro Modifier and Type Method Description PreloadClientCacheResource[]FontFiles. getPreloadClientCacheResources(IClientSessionGyro clientGyro)Returns the list of resources that are required on the client side in the preload-to-cache mechanism.Uses of IClientSessionGyro in com.iizix.prop.ui
Methods in com.iizix.prop.ui that return IClientSessionGyro Modifier and Type Method Description IClientSessionGyroUIContextMenu. getClientSessionGyro()Returns the Client Session Gyro instance of this virtualized property.IClientSessionGyroUIPanelBase. getClientSessionGyro()Returns the Client Session Gyro instance of this virtualized property.Methods in com.iizix.prop.ui with parameters of type IClientSessionGyro Modifier and Type Method Description protected voidUIContextMenu. doVirtualizePropCnr(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, GProp<?>[] props, java.lang.String extendsName, VirtualSpace virtualSpace, PropCnr virtualizedProp, PropCnr clonedProp)The rest of the virtualization is done using the correct "this" for inner classes.protected voidUIPanelBase. doVirtualizePropCnr(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, GProp<?>[] props, java.lang.String extendsName, VirtualSpace virtualSpace, PropCnr virtualizedProp, PropCnr clonedProp)The rest of the virtualization is done using the correct "this" for inner classes.voidUIPanelBase. invokeOnUIConnectMethod(IClientSessionGyro clientGyro)Invoke the create event methods of the component and the panel.voidMessageBox. onDispose(IClientSessionGyro clientGyro)Called when the client session is disposed of.protected voidContextMenuReference. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)Called when virtualization completed.protected voidUIComp. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)Called when virtualization completed.LayoutMgr<?>LayoutMgr. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)Call this method to "virtualize" a property tree.UICompsUIComps. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)Call this method to "virtualize" a property tree.UIContextMenuUIContextMenu. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace)Call this method to "virtualize" a property tree.UIPanelBaseUIPanelBase. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace)Call this method to "virtualize" a property tree.protected GProp<?>UIPanelBase. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)Call this method to "virtualize" a property tree.protected GProp<?>UIPanelPartCnr. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)Call this method to "virtualize" a property tree.Uses of IClientSessionGyro in com.iizix.prop.ui.table
Methods in com.iizix.prop.ui.table with parameters of type IClientSessionGyro Modifier and Type Method Description protected voidUITable. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)Called when virtualization completed.Uses of IClientSessionGyro in com.iizix.prop.vs
Methods in com.iizix.prop.vs that return IClientSessionGyro Modifier and Type Method Description IClientSessionGyroVirtualSpace. getClientSessionGyro()Returns the Client Session Gyro instance.IClientSessionGyroVSActionTXProcess. getClientSessionGyro()Gets the client session gyro that created the action process.IClientSessionGyroVSComponent. getClientSessionGyro()Returns the Client Session Gyro instance.Methods in com.iizix.prop.vs with parameters of type IClientSessionGyro Modifier and Type Method Description protected voidVirtualSpace. doVirtualizePropCnr(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, GProp<?>[] props, java.lang.String extendsName, VirtualSpace virtualSpace, PropCnr virtualizedProp, PropCnr clonedProp)The rest of the virtualization is done using the correct "this" for inner classes.java.lang.StringVSAction. invoke(IClientSessionGyro clientGyro, GProp<?> trigger, boolean isRemote, UIComp contextComponent, IVSActionProcessComplete completeCallback)Invokes the action.java.lang.StringVSAction. invoke(IClientSessionGyro clientGyro, GProp<?> trigger, boolean isRemote, IVSActionProcessComplete completeCallback)Invokes the action.java.lang.StringVSActionReference. invokeAction(IClientSessionGyro clientGyro, GProp<?> trigger, boolean isRemote, IVSActionProcessComplete completeCallback)Invokes the action.java.lang.StringVSAction. invokeExecute(IClientSessionGyro clientGyro)Invokes and executes the action directly in the callers thread, regardless of the action settings.java.lang.StringVSAction. invokeExecute(IClientSessionGyro clientGyro, GProp<?> trigger)Invokes and executes the action directly in the callers thread, regardless of the action settings.protected voidVirtualSpace. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)Called when virtualization completed.protected voidVSComponent. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)Called when virtualization completed.protected voidVSRelativeReference. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)Called when virtualization completed.protected voidVSComponent. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)Called when this property has been virtualized.protected voidVSFocusReference. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)Called when this property has been virtualized.protected voidVSParticipant. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)Called when this property has been virtualized.protected voidVSReference. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)Called when this property has been virtualized.protected voidVSRelativeReference. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)Called when this property has been virtualized.protected GProp<?>VirtualSpace. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)Call this method to "virtualize" a property tree.Uses of IClientSessionGyro in com.iizix.server.app
Methods in com.iizix.server.app with parameters of type IClientSessionGyro Modifier and Type Method Description VirtualizedItem<PROPCNR>IVirtualsContainer. addVirtualInstance(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PROPCNR vpc, PROPCNR pc)Adds a virtualized property to the container.VirtualizedItem<PROPCNR>VirtualsContainer. addVirtualInstance(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PROPCNR vpc, PROPCNR pc)Adds a virtualized property to the container.Uses of IClientSessionGyro in com.iizix.server.geo
Methods in com.iizix.server.geo with parameters of type IClientSessionGyro Modifier and Type Method Description booleanUserLocationHistory. addLocationListener(IClientSessionGyro clientGyro, IUserLocationListener listener)Adds a listener for changes in the user's location.Uses of IClientSessionGyro in com.iizix.server.gyro
Classes in com.iizix.server.gyro that implement IClientSessionGyro Modifier and Type Class Description classClientSessionGyroThe Client Session Gyro instance.Methods in com.iizix.server.gyro with parameters of type IClientSessionGyro Modifier and Type Method Description java.lang.StringAppHistoryEntry. isBackwardEnabled(IClientSessionGyro clientGyro)Returns if the backward operation is enabled or not.java.lang.StringAppHistoryEntry. isBackwardFocusEnabled(IClientSessionGyro clientGyro)Returns if the focus to the backward UI component if possible, otherwise the VS component.java.lang.StringAppHistoryEntry. isForwardEnabled(IClientSessionGyro clientGyro)Returns if the forward operation is enabled or not.java.lang.StringAppHistoryEntry. isForwardFocusEnabled(IClientSessionGyro clientGyro)Returns if the focus to the forward UI component if possible, otherwise the VS component.java.lang.StringAppHistoryEntry. performBackward(IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback)Performs the backward operation for the client session in question.java.lang.StringAppHistoryEntry. performForward(IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback)Performs the forward operation for the client session in question.java.lang.StringAppHistoryEntry. setBackwardFocus(IClientSessionGyro clientGyro)Sets the focus to the backward UI component if possible, otherwise the VS component.java.lang.StringAppHistoryEntry. setForwardFocus(IClientSessionGyro clientGyro)Sets the focus to the forward UI component if possible, otherwise the VS component.Uses of IClientSessionGyro in com.iizix.server.user
Methods in com.iizix.server.user with parameters of type IClientSessionGyro Modifier and Type Method Description UserProfileImageRequestUserProfileImageRequest. clientSessionGyro(IClientSessionGyro clientGyro)Assigns the Client Session Gyro to use.RuntimeImageDefinitionAuthenticatedUser. getProfileImage(IClientSessionGyro clientGyro, int width, int height, int quality)Gets the profile image for the user scaled to the requested size.RuntimeImageDefinitionAuthenticatedUser. getProfileImage(IClientSessionGyro clientGyro, int width, int height, int quality, int rounded)Gets the profile image for the user scaled to the requested size.Uses of IClientSessionGyro in com.iizix.text
Methods in com.iizix.text with parameters of type IClientSessionGyro Modifier and Type Method Description booleanIKStringHTMLHyperlinkEvent. onActivated(IClientSessionGyro clientGyro, GProp<?> ksp, RemoteEvent event, java.lang.String reference)Called to process the remote event when a hyperlink has been activated.Uses of IClientSessionGyro in com.iizix.urn.user
Methods in com.iizix.urn.user that return IClientSessionGyro Modifier and Type Method Description IClientSessionGyroIUserProfileImageRequest. getClientSessionGyro()Gets the client session gyro.Methods in com.iizix.urn.user with parameters of type IClientSessionGyro Modifier and Type Method Description IUserProfileImageRequestIUserProfileImageRequest. clientSessionGyro(IClientSessionGyro clientGyro)Assigns the Client Session Gyro to use.Uses of IClientSessionGyro in com.iizix.user.geo
Methods in com.iizix.user.geo with parameters of type IClientSessionGyro Modifier and Type Method Description booleanIUserLocationHistory. addLocationListener(IClientSessionGyro clientGyro, IUserLocationListener listener)Adds a listener for changes in the user's location.