arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

OnSuccessAction

AnythingWorld.RequestParameter.OnSuccessAction

Declaration

public static RequestParameterOption OnSuccessAction(Action action)

hashtag
Parameters

action

Action with void return type that will be invoked on successful request.

hashtag
Declaration

Parameters

hashtag
Description

Pass action into make process that will be invoked on a successful model creation.

public static RequestParameterOption OnSuccessAction(Action<CallbackInfo> action)

action

Action with CallbackInfo return type that will be invoked on successful object request.