UriAction

constructor(@Nullable uri: String)

Creates an instance of URI action from provided URI.

Parameters

uri

Uri describing the action's target.


constructor(@Nullable uri: String, @Nullable subActions: List<Action>)

Creates an instance of URI action from provided URI.

Parameters

uri

Uri describing the action's target.

subActions

List of sub-actions of this action.