getSelfHandledInApps
Fetch Self Handled campaigns for the account configured as default.
Since
9.10.0
Parameters
Instance of Context
Callback invoked with SelfHandledCampaignsData when campaigns are available
Callback invoked with Throwable when an error occurs
Fetch Self Handled campaigns for the given account.
Since
9.10.0
Parameters
Instance of Context
Account identifier, WorkSpaceId on the MoEngage Dashboard.
Callback invoked with SelfHandledCampaignsData when campaigns are available
Callback invoked with Throwable when an error occurs
Deprecated
This function is deprecated and will be removed in 11.0.0
Replace with
getSelfHandledInApps(Context, onSuccess, onFailure)Fetch Self Handled campaigns for the account configured as default.
Since
8.6.0
Parameters
Instance of Context
Instance of SelfHandledCampaignsAvailableListener
Deprecated
This function is deprecated and will be removed in 11.0.0
Replace with
getSelfHandledInApps(Context, String, onSuccess, onFailure)Fetch Self Handled campaigns for the given account.
Since
8.6.0
Parameters
Instance of Context
Account identifier, WorkSpaceId on the MoEngage Dashboard.
Instance of SelfHandledCampaignsAvailableListener