pub trait WindowExtStartupNotify {
    // Required method
    fn request_activation_token(
        &self,
    ) -> Result<AsyncRequestSerial, NotSupportedError>;
}

Required Methods§

source

fn request_activation_token( &self, ) -> Result<AsyncRequestSerial, NotSupportedError>

Request a new activation token.

The token will be delivered inside

Implementors§