-
Notifications
You must be signed in to change notification settings - Fork 3
API functions
By applying the functions given by the API. These functions can be triggered on certain events:
UxBeginUseCase( [Target use case], [Trigger element] )
UxCompleteUseCase( [Target use case], [Trigger element] )
UxBeginAction( [Target use case], [Target action], [Trigger element] )
UxCompleteAction( [Target use case], [Target action], [Trigger element] )
UxBeginStep( [Target use case], [Target action], [Target step], [Trigger element] )
UxCompleteStep( [Target use case], [Target action], [Target step], [Trigger element] )
UxSetInteraction( [Trigger element] )
UxCompleteSession()
Target use case
, Target action
and Target step
are the ID's from the UseCaseData.json file.
Copyright (c) 2018 SAP SE or an SAP affiliate company. All rights reserved.
Except as provided below, this software is licensed under the Apache License, Version 2.0 (the "License"); you may not use this software except in compliance with the License.You may obtain a copy of the License at:
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.