[
https://issues.apache.org/jira/browse/CB-8352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14295170#comment-14295170
]
Andreas Vourkos commented on CB-8352:
-------------------------------------
hello,
You do not have to touch the activity. Why don't you use Pollfish function:
public void init(
Activity act,
String apiKey,
Position p,
int indPadding,
PollfishSurveyReceivedListener
pollfishSurveyReceivedListener,
PollfishSurveyNotAvailableListener
pollfishSurveyNotAvailableListener,
PollfishSurveyCompletedListener
pollfishSurveyCompletedListener,
PollfishOpenedListener pollfishOpenedListener,
PollfishClosedListener pollfishClosedListener,
PollfishUserNotEligibleListener
pollfishUserNotEligibleListener);
to listen to the listeners you want without dealing with the activity?
> Need some way to expand an activity's functions, or relay them to a plugin.
> ---------------------------------------------------------------------------
>
> Key: CB-8352
> URL: https://issues.apache.org/jira/browse/CB-8352
> Project: Apache Cordova
> Issue Type: Improvement
> Components: Android, CordovaJS
> Reporter: Michael Romanovsky
> Labels: cordova, cordova-lib
>
> There is already startActivityForResult, which helps me run onActivityResult.
> I am having trouble integrating this: http://tinyurl.com/kptdph5
> as a plugin, however. It calls for extending the main Activity to run the
> events, but as far as I know, only onActivityResult will forward back to a
> plugin.
> Some ideas:
> 1) A pre-processing step that rewrites the main Activity and adds functions
> from a specific class into the Activity.
> 2) ???
> 3) PROFIT.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]