getSelfHandledInApp
Fetch Self Handled campaign for the account configured as default.
Since
9.10.0
Parameters
Instance of Context
Callback invoked with SelfHandledCampaignData when campaign is available
Callback invoked with Throwable when an error occurs
Fetch Self Handled campaign for the given account.
Since
9.10.0
Parameters
Instance of Context
Account identifier, WorkSpaceId on the MoEngage Dashboard.
Callback invoked with SelfHandledCampaignData when campaign is available
Callback invoked with Throwable when an error occurs
Deprecated
This function is deprecated and will be removed in 11.0.0
Replace with
getSelfHandledInApp(Context, onSuccess, onFailure)Fetch Self Handled campaign for the account configured as default.
Since
6.0.0
Parameters
Instance of Context
Instance of SelfHandledAvailableListener
Deprecated
This function is deprecated and will be removed in 11.0.0
Replace with
getSelfHandledInApp(Context, String, onSuccess, onFailure)Fetch Self Handled campaign for the given account.
Since
6.0.0
Parameters
Instance of Context
Account identifier, APP ID on the MoEngage Dashboard.
Instance of SelfHandledAvailableListener