Interface INStartPhotoPlaybackIntentHandling

  • All Known Subinterfaces:
    INPhotosDomainHandling

    public interface INStartPhotoPlaybackIntentHandling
    Protocol to declare support for handling an INStartPhotoPlaybackIntent. By implementing this protocol, a class can provide logic for resolving, confirming and handling the intent. The minimum requirement for an implementing class is that it should be able to handle the intent. The resolution and confirmation methods are optional. The handling method is always called last, after resolving and confirming the intent.